Information about plays

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

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

{
    "id": 371731,
    "uri": "https://api.kexp.org/v2/plays/371731/?format=api",
    "airdate": "2019-08-24T11:28:06-07:00",
    "show": 6191,
    "show_uri": "https://api.kexp.org/v2/shows/6191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "’Til I’m Laid to Rest",
    "track_id": "afe2a75d-70d1-380b-a9b9-84fc0099be13",
    "recording_id": null,
    "artist": "Buju Banton",
    "artist_ids": [],
    "album": "’Til Shiloh",
    "release_id": "4a2287dc-f934-3a24-bca6-eb6f29cc91b8",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}