Information about plays

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

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

{
    "id": 3428493,
    "uri": "https://api.kexp.org/v2/plays/3428493/?format=api",
    "airdate": "2024-11-22T02:47:27-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia801704.us.archive.org/11/items/mbid-1e9baa91-5d0d-3fc7-aea4-a74022074ad0/mbid-1e9baa91-5d0d-3fc7-aea4-a74022074ad0-28001536827_thumb500.jpg",
    "thumbnail_uri": "https://ia801704.us.archive.org/11/items/mbid-1e9baa91-5d0d-3fc7-aea4-a74022074ad0/mbid-1e9baa91-5d0d-3fc7-aea4-a74022074ad0-28001536827_thumb250.jpg",
    "song": "Something on Your Mind",
    "track_id": "4703c997-ff8e-37b0-8f14-cfc6dead97f0",
    "recording_id": "6684cfd8-5eaf-4dbe-91ac-e0937ecc1c96",
    "artist": "Karen Dalton",
    "artist_ids": [
        "09e1f320-5f26-415a-ad19-003f6e9969e8"
    ],
    "album": "In My Own Time",
    "release_id": "1e9baa91-5d0d-3fc7-aea4-a74022074ad0",
    "release_group_id": "d3cdfc81-0c41-3e9e-b1d0-08fbb7da65a1",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2006-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karen J. Dalton was an American country blues singer, guitarist, and banjo player. She was associated with the early 1960s Greenwich Village folk music scene, particularly with Fred Neil, the Holy Modal Rounders and Bob Dylan.\n\nhttps://lightintheattic.net/collections/karen-dalton",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}