Information about plays

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

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

{
    "id": 446413,
    "uri": "https://api.kexp.org/v2/plays/446413/?format=api",
    "airdate": "2001-07-18T19:26:40-07:00",
    "show": 7540,
    "show_uri": "https://api.kexp.org/v2/shows/7540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm A Lovin' Man (Live)",
    "track_id": "37effa68-ddcf-4b32-8a82-5e498a0f734d",
    "recording_id": null,
    "artist": "Big Joe Turner",
    "artist_ids": [
        "b123ba15-c4a5-4281-8117-2e57f8f02496"
    ],
    "album": "Big, Bad & Blue: The Big Joe Turner Anthology (disc 1)",
    "release_id": "a9865691-3e7b-4c0e-8df9-d5a76b1bb0ca",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}