Information about plays

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

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

{
    "id": 379944,
    "uri": "https://api.kexp.org/v2/plays/379944/?format=api",
    "airdate": "2019-09-12T09:30:06-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/f6f7baea-0f48-4a7f-9109-aa992e61f611/23638291601-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Is Everywhere (Beware)",
    "track_id": "26e29cb7-08d9-4164-abf7-0258029c11f0",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Ode to Joy",
    "release_id": "f6f7baea-0f48-4a7f-9109-aa992e61f611",
    "release_group_id": null,
    "labels": [
        "dBpm Records"
    ],
    "label_ids": [
        "e57766cd-f855-46ae-ad7a-09b491cd4f71"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP producer, Owen Murphy, spoke with singer, Jeff Tweedy, about keeping uniqueness and originality in new music and the inspiration behind the title of the new album. Read more over at the KEXP blog! https://www.kexp.org/read/2019/8/21/jeff-tweedy-staying-unique-accepting-joy-and-new-wilco-album-ode-joy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}