Information about plays

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

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

{
    "id": 432032,
    "uri": "https://api.kexp.org/v2/plays/432032/?format=api",
    "airdate": "2001-06-06T19:38:49-07:00",
    "show": 7267,
    "show_uri": "https://api.kexp.org/v2/shows/7267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lazy Boy",
    "track_id": "bb3c2132-6f3b-448e-adde-146de113a109",
    "recording_id": null,
    "artist": "Sonny Landreth",
    "artist_ids": [
        "5ce64ed9-3015-4910-a2bb-1cd5c933de38"
    ],
    "album": "The Crazy Cajun Recordings",
    "release_id": "1841d957-c34a-4476-84b5-6c5cabac8775",
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}