Information about plays

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

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

{
    "id": 369611,
    "uri": "https://api.kexp.org/v2/plays/369611/?format=api",
    "airdate": "2019-08-19T21:41:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High",
    "track_id": "8495fdd0-b8be-40d5-98e7-c05be8bdc11e",
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [],
    "album": "Season High",
    "release_id": "8957e825-0e8c-4753-894c-69e7a7946ab4",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2017-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}