Information about plays

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

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

{
    "id": 381955,
    "uri": "https://api.kexp.org/v2/plays/381955/?format=api",
    "airdate": "2019-09-17T10:53:39-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c6606c4-c3b5-4e74-a4ce-2f70b8230037/13289698707-250.jpg",
    "thumbnail_uri": "",
    "song": "666 Conducer",
    "track_id": "9774cd2c-7fe6-3993-bd98-364b5b2ae440",
    "recording_id": null,
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Baby 81",
    "release_id": "8c6606c4-c3b5-4e74-a4ce-2f70b8230037",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2007-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song from John's mixtape playlist.  See a Black Rebel Motorcycle Club live performance, hosted by Cheryl Waters, In the KEXP studio in 2018:  https://www.youtube.com/watch?v=07cQf-UxNYc&t=462s  Oh, and don't forget that the goal for our fall fundraising drive is $666K.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}