Information about plays

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

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

{
    "id": 368612,
    "uri": "https://api.kexp.org/v2/plays/368612/?format=api",
    "airdate": "2019-08-17T09:19:10-07:00",
    "show": 6143,
    "show_uri": "https://api.kexp.org/v2/shows/6143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Little Birds",
    "track_id": "a863c7fd-b20d-4f58-b7e8-18593fd541e2",
    "recording_id": null,
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": "c5666479-8f0f-4676-8387-b1546e017f45",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}