Information about plays

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

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

{
    "id": 482845,
    "uri": "https://api.kexp.org/v2/plays/482845/?format=api",
    "airdate": "2001-11-02T12:52:30-08:00",
    "show": 8243,
    "show_uri": "https://api.kexp.org/v2/shows/8243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human Being",
    "track_id": "8f6ef02f-05e8-40a6-9441-c99b3f55b3bd",
    "recording_id": null,
    "artist": "New York Dolls",
    "artist_ids": [
        "1b96b9c9-0832-40cb-9f8d-7274de3733fc"
    ],
    "album": "Red Star Records: Songs of the Naked City",
    "release_id": "3661b1c6-3af8-4c3f-a697-9358386b02b2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}