Information about plays

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

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

{
    "id": 415670,
    "uri": "https://api.kexp.org/v2/plays/415670/?format=api",
    "airdate": "2001-04-17T09:35:17-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ohh La La",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wiseguys",
    "artist_ids": [
        "ca9b9b7b-5fd8-4760-91cb-9d6d1db245bd"
    ],
    "album": "The Antidote",
    "release_id": "aa1bfb87-e4de-480b-8653-231dd509bab3",
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}