Information about plays

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

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

{
    "id": 377193,
    "uri": "https://api.kexp.org/v2/plays/377193/?format=api",
    "airdate": "2019-09-05T20:41:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hell's Bells",
    "track_id": "c94e7c2b-717b-39fd-baea-7fbc1adc58a4",
    "recording_id": null,
    "artist": "Cary Ann Hearst",
    "artist_ids": [
        "6eba8a70-c6d4-4cc6-ae7f-aeb27da0bc4f"
    ],
    "album": "Are You Ready to Die",
    "release_id": "4f5d28b9-45f6-40a7-b6b6-477a775244e8",
    "release_group_id": null,
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}