Information about plays

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

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

{
    "id": 1306124,
    "uri": "https://api.kexp.org/v2/plays/1306124/?format=api",
    "airdate": "2007-11-24T03:33:32-08:00",
    "show": 22846,
    "show_uri": "https://api.kexp.org/v2/shows/22846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk On By",
    "track_id": null,
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Ultamate Isaac Hayes ; Can You Dig It?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "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"
}