Information about plays

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

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

{
    "id": 1323004,
    "uri": "https://api.kexp.org/v2/plays/1323004/?format=api",
    "airdate": "2008-01-06T11:44:00-08:00",
    "show": 23132,
    "show_uri": "https://api.kexp.org/v2/shows/23132/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockin' in the Same Old Boat",
    "track_id": "707d56b6-29e7-4a0f-9efb-37047b7680f0",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Spotlighting the Man",
    "release_id": "2613eb9c-7f30-499c-aabe-017c883860e8",
    "release_group_id": null,
    "labels": [
        "Duke Records"
    ],
    "label_ids": [
        "017786e8-bf56-45be-bb77-74f2cfeae206"
    ],
    "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"
}