Information about plays

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

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

{
    "id": 373942,
    "uri": "https://api.kexp.org/v2/plays/373942/?format=api",
    "airdate": "2019-08-29T10:30:04-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/91e26beb-3307-4f6e-8e85-7c7bf8f1df48/16456655110-250.jpg",
    "thumbnail_uri": "",
    "song": "Half Believing",
    "track_id": "c1c75b8e-b7ef-400f-b807-55e61a8bdffc",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Death Song",
    "release_id": "91e26beb-3307-4f6e-8e85-7c7bf8f1df48",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2017-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With the theme of \"Joyful Death\". From Tanya's \"Funeral Jamz\" mix here on Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}