Information about plays

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

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

{
    "id": 368897,
    "uri": "https://api.kexp.org/v2/plays/368897/?format=api",
    "airdate": "2019-08-17T23:54:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Listen, Sweet Demons...",
    "track_id": "ae7a786d-668e-4ecf-b721-8d2e453d2275",
    "recording_id": null,
    "artist": "Devil Master",
    "artist_ids": [
        "9d337863-5331-40ab-b861-b61b0dc70346"
    ],
    "album": "Satan Spits on Children of Light",
    "release_id": "987bf203-2a01-4a80-9a2c-9fbceaeee062",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}