Information about plays

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

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

{
    "id": 375348,
    "uri": "https://api.kexp.org/v2/plays/375348/?format=api",
    "airdate": "2019-09-01T18:58:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maneater",
    "track_id": "8314f533-84d2-46c0-a081-d104ce0e76f4",
    "recording_id": null,
    "artist": "Daryl Hall & John Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Anthology",
    "release_id": "70be5a82-cccd-493b-98fe-f47a5cdbded8",
    "release_group_id": null,
    "labels": [
        "VK Records"
    ],
    "label_ids": [
        "c0519732-630e-41e5-9fc2-dd56f5317163"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}