Information about plays

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

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

{
    "id": 378586,
    "uri": "https://api.kexp.org/v2/plays/378586/?format=api",
    "airdate": "2019-09-09T04:04:47-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fantasy",
    "track_id": "d2243f59-3051-4976-9c3b-295d740f6cae",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Fantasy",
    "release_id": "863bc20f-8a9f-4f4e-a8d2-70dcdbbe102c",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}