Information about plays

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

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

{
    "id": 355393,
    "uri": "https://api.kexp.org/v2/plays/355393/?format=api",
    "airdate": "2019-07-17T02:19:05-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "http://coverartarchive.org/release/f59d1146-6b2f-466f-aafe-4324e588b9be/4043197556-250.jpg",
    "thumbnail_uri": "",
    "song": "12:51",
    "track_id": "46bd8b88-47b8-3a62-830f-44e8402d1b98",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Room on Fire",
    "release_id": "f59d1146-6b2f-466f-aafe-4324e588b9be",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2003-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering - you guessed it - The Strokes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}