Information about plays

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

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

{
    "id": 373039,
    "uri": "https://api.kexp.org/v2/plays/373039/?format=api",
    "airdate": "2019-08-27T15:19:11-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unexpected",
    "track_id": "330ccbea-315d-4b7d-ad34-1973161e437c",
    "recording_id": null,
    "artist": "Dude York",
    "artist_ids": [
        "1ce990a5-52a0-448f-ba6d-4cc011ebe4b3"
    ],
    "album": "Falling",
    "release_id": "41d15bac-b1b1-49f3-a443-6797217a2379",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Dude York at the Crocodile on October 7th, opening for Bleached!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}