Information about plays

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

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

{
    "id": 373367,
    "uri": "https://api.kexp.org/v2/plays/373367/?format=api",
    "airdate": "2019-08-28T04:57:48-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/72fdfd61-8bc5-467b-b7b0-2ff6d112ecdc/17218569139-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Go to Anacita",
    "track_id": "139121ea-4220-4ca9-b981-48efb4bbf024",
    "recording_id": null,
    "artist": "Protomartyr",
    "artist_ids": [
        "9efaf639-6332-44b8-94ae-c25896320ca7"
    ],
    "album": "Relatives in Descent",
    "release_id": "72fdfd61-8bc5-467b-b7b0-2ff6d112ecdc",
    "release_group_id": null,
    "labels": [
        "Domino Recording Co Ltd"
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Protomartyr - Full Performance (Live on KEXP): https://bit.ly/1O9EUYT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}