Information about plays

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

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

{
    "id": 378611,
    "uri": "https://api.kexp.org/v2/plays/378611/?format=api",
    "airdate": "2019-09-09T05:37:17-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Estrangers",
    "track_id": "a559a0ee-1c98-448a-bb9f-2e4ff5d7f806",
    "recording_id": null,
    "artist": "No Vacation",
    "artist_ids": [
        "7abcc817-ab8a-4095-9295-83aa5c11c3a1"
    ],
    "album": "Phasing",
    "release_id": "e23a5d7f-7b52-46a1-87df-dd35283d4d1c",
    "release_group_id": null,
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}