Information about plays

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

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

{
    "id": 377446,
    "uri": "https://api.kexp.org/v2/plays/377446/?format=api",
    "airdate": "2019-09-06T11:24:46-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "South Tacoma Way",
    "track_id": "32abb578-066f-3095-9c91-bc3f2a24aaa5",
    "recording_id": null,
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "Furnace Room Lullaby",
    "release_id": "1eb7f99e-75f2-357f-bc24-b9a54de7f445",
    "release_group_id": null,
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Neko Case played live on KEXP in 2018. See it here: https://www.youtube.com/watch?v=j5MPRCf2M9U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}