Information about plays

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

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

{
    "id": 374404,
    "uri": "https://api.kexp.org/v2/plays/374404/?format=api",
    "airdate": "2019-08-30T08:45:58-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/931210c6-c0b3-3e58-a439-7a3f52a2b887/16215023515-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue",
    "track_id": "6cf19878-efb2-3b3d-99e9-61316cb45fd2",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "A Storm in Heaven",
    "release_id": "931210c6-c0b3-3e58-a439-7a3f52a2b887",
    "release_group_id": null,
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1993-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rich hopes this \"College 1991-1996\" (Wait!  That's FIVE years!) mixtape \"kicks up fond memories like it does for me.\"  Here's the official video for \"Blue\": https://www.youtube.com/watch?v=NiMbqZqjZFI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}