Information about plays

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

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

{
    "id": 382904,
    "uri": "https://api.kexp.org/v2/plays/382904/?format=api",
    "airdate": "2019-09-19T09:42:36-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unbearable",
    "track_id": "a0305939-5af9-3613-a15e-b3e0b585e397",
    "recording_id": null,
    "artist": "The Wonder Stuff",
    "artist_ids": [
        "323c9a5b-ca01-49ad-be39-046223a0c9ae"
    ],
    "album": "The Eight Legged Groove Machine",
    "release_id": "6039a53b-83b2-441b-a3e6-5d70ce1045b8",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in England in 1986 with the original lineup of Miles Hunt (vocals/guitar), Malcolm Treece (guitar/vocals), Rob Jones (bass), and Martin Gilks (drums)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}