Information about plays

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

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

{
    "id": 373916,
    "uri": "https://api.kexp.org/v2/plays/373916/?format=api",
    "airdate": "2019-08-29T09:03:44-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/03fb2f5a-6388-3dd9-a182-a66b9759d928/18635247532-250.jpg",
    "thumbnail_uri": "",
    "song": "Panic",
    "track_id": "7d9ac58f-3545-3b8f-bf19-5bca4d7c6329",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Louder Than Bombs",
    "release_id": "03fb2f5a-6388-3dd9-a182-a66b9759d928",
    "release_group_id": null,
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Mark Lysynecky's \"Hang the DJ\" mix here on Mixtape Week | \"Yet another school dance inspired mix tape... this was totally for the dance DJ's - our local radio DJ's on WLIR and WHTG (home of Matt Pinfield!) were great!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}