Information about plays

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

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

{
    "id": 381004,
    "uri": "https://api.kexp.org/v2/plays/381004/?format=api",
    "airdate": "2019-09-15T00:02:00-07:00",
    "show": 6342,
    "show_uri": "https://api.kexp.org/v2/shows/6342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Absorbed",
    "track_id": "0c908763-19a3-3a23-b1b5-52767ab50372",
    "recording_id": null,
    "artist": "Coroner",
    "artist_ids": [
        "509dc5b1-f264-43f3-9035-473e7020e77f"
    ],
    "album": "Punishment for Decadence",
    "release_id": "2153dcf6-9c91-3b94-b189-1f68102d7bb0",
    "release_group_id": null,
    "labels": [
        "Noise International"
    ],
    "label_ids": [
        "6bbc25c4-f139-4776-88af-8d666db944dd"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}