Information about plays

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

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

{
    "id": 418628,
    "uri": "https://api.kexp.org/v2/plays/418628/?format=api",
    "airdate": "2001-04-26T23:00:00-07:00",
    "show": 6994,
    "show_uri": "https://api.kexp.org/v2/shows/6994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Horn",
    "track_id": "6716a2f5-dfae-4b1e-8c0c-3d013634f02d",
    "recording_id": null,
    "artist": "Ben Vida",
    "artist_ids": [
        "09480af9-feb0-4845-914e-d6d65b8e7544"
    ],
    "album": "Sculpting From Drake, Volume 1",
    "release_id": "93bd7343-4048-4c85-ae6c-3adf5009e4e6",
    "release_group_id": null,
    "labels": [
        "Elsie and Jack"
    ],
    "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"
}