Information about plays

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

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

{
    "id": 365496,
    "uri": "https://api.kexp.org/v2/plays/365496/?format=api",
    "airdate": "2019-08-10T06:19:00-07:00",
    "show": 6091,
    "show_uri": "https://api.kexp.org/v2/shows/6091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gun Street Girl",
    "track_id": "f139fb79-234b-35ad-baf6-328a0d61c730",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Rain Dogs",
    "release_id": "3a650945-2e54-4a70-b344-3d813d4e18de",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}