Information about plays

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

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

{
    "id": 533138,
    "uri": "https://api.kexp.org/v2/plays/533138/?format=api",
    "airdate": "2002-03-31T09:58:00-08:00",
    "show": 9234,
    "show_uri": "https://api.kexp.org/v2/shows/9234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jesus Got the Blues",
    "track_id": "6e0733f1-ceee-40ce-9d1c-ebc7b6f83179",
    "recording_id": null,
    "artist": "Mighty Sam McClain",
    "artist_ids": [
        "05dbab6f-af89-47c3-8899-201711538b13"
    ],
    "album": "Blues for the Soul",
    "release_id": "c3acb9dc-2a14-4ae9-b329-a02f7a5210ba",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2009-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}