Information about plays

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

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

{
    "id": 371761,
    "uri": "https://api.kexp.org/v2/plays/371761/?format=api",
    "airdate": "2019-08-24T13:11:00-07:00",
    "show": 6193,
    "show_uri": "https://api.kexp.org/v2/shows/6193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "079b3976-4c60-42c7-8491-6b913248217d",
    "recording_id": null,
    "artist": "Shabazz Palaces",
    "artist_ids": [],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": "1f94d9e0-8081-44ac-9591-3061ca8597f9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}