Information about plays

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

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

{
    "id": 373917,
    "uri": "https://api.kexp.org/v2/plays/373917/?format=api",
    "airdate": "2019-08-29T09:05:53-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe9fed2e-4adb-43b6-aa2a-a32708220ec2/3826759925-250.jpg",
    "thumbnail_uri": "",
    "song": "Catapult",
    "track_id": "d7530298-f94c-3d62-a1f3-aa30747a172c",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Murmur",
    "release_id": "fe9fed2e-4adb-43b6-aa2a-a32708220ec2",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1992-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 | Found on the Athens band debut album <i>Murmur</i>, released in 1983",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}