Information about plays

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

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

{
    "id": 1357569,
    "uri": "https://api.kexp.org/v2/plays/1357569/?format=api",
    "airdate": "2008-04-03T03:24:45-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brother's Gonna Work It Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "The Very Best Of Willie Hutch",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6"
    ],
    "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"
}