Information about plays

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

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

{
    "id": 382218,
    "uri": "https://api.kexp.org/v2/plays/382218/?format=api",
    "airdate": "2019-09-17T23:00:08-07:00",
    "show": 6362,
    "show_uri": "https://api.kexp.org/v2/shows/6362/?format=api",
    "image_uri": "http://coverartarchive.org/release/b3c594b1-0593-43a3-8cf2-b5e352e70db0/15697866518-250.jpg",
    "thumbnail_uri": "",
    "song": "Song for America",
    "track_id": "1c1fffa9-b7b1-317a-909e-24f45f172a8b",
    "recording_id": null,
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "Kaputt",
    "release_id": "b3c594b1-0593-43a3-8cf2-b5e352e70db0",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-01-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}