Information about plays

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

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

{
    "id": 426347,
    "uri": "https://api.kexp.org/v2/plays/426347/?format=api",
    "airdate": "2001-05-20T20:38:34-07:00",
    "show": 7158,
    "show_uri": "https://api.kexp.org/v2/shows/7158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catch the Break",
    "track_id": "2c14c7f0-e041-4a2d-88fd-b2dfbf33e8d8",
    "recording_id": null,
    "artist": "Jedi Knights",
    "artist_ids": [
        "0517ab8f-a899-4028-87b2-76e95973e084"
    ],
    "album": "Big Rock'n Beats",
    "release_id": "943c70b1-965c-4522-98e7-f7814314573f",
    "release_group_id": null,
    "labels": [
        "evolution"
    ],
    "label_ids": [
        "48d20795-03ff-48f3-9191-048189e993cc"
    ],
    "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"
}