Information about plays

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

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

{
    "id": 352530,
    "uri": "https://api.kexp.org/v2/plays/352530/?format=api",
    "airdate": "2019-07-10T10:09:27-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/2d9e433a-ffc1-4dc0-bb0f-292b99c997dd/2980887248-250.jpg",
    "thumbnail_uri": "",
    "song": "Nearer Than Heaven",
    "track_id": "2966bc61-0f92-32f9-9c39-122205a7ada8",
    "recording_id": null,
    "artist": "Delays",
    "artist_ids": [
        "f86d80f3-3d2e-4450-9b0c-638152e93df3"
    ],
    "album": "Faded Seaside Glamour",
    "release_id": "2d9e433a-ffc1-4dc0-bb0f-292b99c997dd",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}