Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/349624/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 349624,
    "uri": "https://api.kexp.org/v2/plays/349624/?format=api",
    "airdate": "2019-07-03T15:21:20-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Touch Me I'm Sick",
    "track_id": "9869708c-d96e-4ef8-a861-4c97c12e9654",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "On Top: KEXP Presents Mudhoney Live On Top of the Space Needle",
    "release_id": "787bd5dc-49c2-4092-98e9-7af9cd183c47",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-04-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Sub Pop's 25th Anniversary Mudhoney famously performed on top of the Space Needle!  Check it out here: https://www.kexp.org/read/2013/07/12/live-video-mudhoney-on-top-of-the-space-needle/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}