Information about plays

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

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

{
    "id": 345505,
    "uri": "https://api.kexp.org/v2/plays/345505/?format=api",
    "airdate": "2019-06-24T09:54:48-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/711ce691-5003-46ab-903c-4ac01fa0b00d/21141202308-250.jpg",
    "thumbnail_uri": "",
    "song": "Yellow Bridges",
    "track_id": "d69c9138-f224-4c9c-945c-1ea56c035d57",
    "recording_id": null,
    "artist": "El Ten Eleven",
    "artist_ids": [
        "6c99afec-a207-4519-9d39-616880b6177b"
    ],
    "album": "Transitions",
    "release_id": "711ce691-5003-46ab-903c-4ac01fa0b00d",
    "release_group_id": null,
    "labels": [
        "Fake Record Label"
    ],
    "label_ids": [
        "369f0d17-ebde-4724-a5e0-6174b2f25c1f"
    ],
    "release_date": "2012-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}