Information about plays

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

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

{
    "id": 355799,
    "uri": "https://api.kexp.org/v2/plays/355799/?format=api",
    "airdate": "2019-07-18T00:53:37-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "http://coverartarchive.org/release/2d69c6f6-1f25-3830-bcc3-2458edfe0f35/15456870296-250.jpg",
    "thumbnail_uri": "",
    "song": "Joan of Arc",
    "track_id": "24d04ffe-b64a-32e2-b609-8cec2de6d9b1",
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "Songs of Love and Hate",
    "release_id": "2d69c6f6-1f25-3830-bcc3-2458edfe0f35",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}