Information about plays

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

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

{
    "id": 457415,
    "uri": "https://api.kexp.org/v2/plays/457415/?format=api",
    "airdate": "2001-08-19T20:36:00-07:00",
    "show": 7752,
    "show_uri": "https://api.kexp.org/v2/shows/7752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As Seen on TV",
    "track_id": "541294a5-1500-4888-a676-3c1d11e17cbb",
    "recording_id": null,
    "artist": "Plasm Nesonic",
    "artist_ids": [
        "65254e6a-9c31-4a1f-aa2c-d3a46a727b31"
    ],
    "album": "Automated Choice Response",
    "release_id": "eead7545-cbe1-4fe7-b253-aaf1fe2189cb",
    "release_group_id": null,
    "labels": [
        "Delsin"
    ],
    "label_ids": [
        "b459f7ab-4c5f-4ddc-ad1e-b5e3d75a45e7"
    ],
    "release_date": "2000-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}