Information about plays

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

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

{
    "id": 343405,
    "uri": "https://api.kexp.org/v2/plays/343405/?format=api",
    "airdate": "2019-06-19T10:00:09-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nearer Than Heaven",
    "track_id": "84781190-b98f-36b0-be24-f018867360c1",
    "recording_id": null,
    "artist": "Delays",
    "artist_ids": [
        "f86d80f3-3d2e-4450-9b0c-638152e93df3"
    ],
    "album": "Nearer Than Heaven",
    "release_id": "db1f3d99-2c19-43df-a1ce-ea84f8b47e67",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2004-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}