Information about plays

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

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

{
    "id": 382467,
    "uri": "https://api.kexp.org/v2/plays/382467/?format=api",
    "airdate": "2019-09-18T12:02:46-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/f59d1146-6b2f-466f-aafe-4324e588b9be/4043197556-250.jpg",
    "thumbnail_uri": "",
    "song": "Automatic Stop",
    "track_id": "92f8b84b-4aa1-3b4a-bcdc-b253fa0c1b1f",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The Strokes' live performance at Lollapalooza Chile here: https://bit.ly/2kI57th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}