Information about plays

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

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

{
    "id": 416473,
    "uri": "https://api.kexp.org/v2/plays/416473/?format=api",
    "airdate": "2001-04-19T18:08:34-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EZJX2E0AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EZJX2E0AL._SL75_.jpg",
    "song": "I'm Not Broke But I'm Badly Bent",
    "track_id": null,
    "recording_id": null,
    "artist": "Lattie Moore",
    "artist_ids": [
        "9e04d89f-85d2-4930-821a-2ff1ca78e298"
    ],
    "album": "I'm Not Broke But I'm Badly Bent: The Best of the King-Starday Recordings 1953-63",
    "release_id": "9062c810-1913-4214-ac08-4350fb80557a",
    "release_group_id": null,
    "labels": [
        "Westside"
    ],
    "label_ids": [
        "63c75312-a6e7-4768-b33e-c4bca96a2cf5"
    ],
    "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"
}