Information about plays

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

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

{
    "id": 350433,
    "uri": "https://api.kexp.org/v2/plays/350433/?format=api",
    "airdate": "2019-07-05T11:47:01-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b509b9b-7c6f-4305-a54c-33e3f4ab5a4f/6531229279-250.jpg",
    "thumbnail_uri": "",
    "song": "Been a Son",
    "track_id": "fb1fc12c-a513-3bf1-87e9-3e80bac5412c",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Incesticide",
    "release_id": "0b509b9b-7c6f-4305-a54c-33e3f4ab5a4f",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-12-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}