Information about plays

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

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

{
    "id": 3292496,
    "uri": "https://api.kexp.org/v2/plays/3292496/?format=api",
    "airdate": "2024-01-03T21:53:49-08:00",
    "show": 59049,
    "show_uri": "https://api.kexp.org/v2/shows/59049/?format=api",
    "image_uri": "https://ia801704.us.archive.org/29/items/mbid-b7bbea81-3362-4d7b-9ad0-290aaf497f2e/mbid-b7bbea81-3362-4d7b-9ad0-290aaf497f2e-27761341433_thumb500.jpg",
    "thumbnail_uri": "https://ia601704.us.archive.org/29/items/mbid-b7bbea81-3362-4d7b-9ad0-290aaf497f2e/mbid-b7bbea81-3362-4d7b-9ad0-290aaf497f2e-27761341433_thumb250.jpg",
    "song": "Just to See You Smile",
    "track_id": "55f2db0c-8786-3884-85c9-ebc2eac970f3",
    "recording_id": "cff64215-965a-42b3-b768-3497843a02ed",
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Recurring",
    "release_id": "650dab6b-e35a-49f0-9a21-8ae5e75a2061",
    "release_group_id": "2aa5f786-f98e-34df-8bb5-65873be34c73",
    "labels": [
        "Fire Records",
        "Dedicated"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed",
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1991-01-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The final album by Spacemen 3; it was released after they had broken up. Tensions were running so high in the band that the album is really two separate efforts, with side 1 (containing this track) all made by Sonic Boom, and side 2 all by J. Spaceman. \n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}