Information about plays

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

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

{
    "id": 417253,
    "uri": "https://api.kexp.org/v2/plays/417253/?format=api",
    "airdate": "2001-04-22T20:27:41-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamz",
    "track_id": "b91a3f5f-ceb7-43d9-a335-e7d942797e73",
    "recording_id": null,
    "artist": "J-Laze",
    "artist_ids": [
        "9451052f-f531-4821-b0df-94fe9746a24b"
    ],
    "album": "Lucky Starz / Dreamz",
    "release_id": "de91e89c-473d-4bfa-a74a-0e847dc47768",
    "release_group_id": null,
    "labels": [
        "GLR"
    ],
    "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"
}