Information about plays

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

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

{
    "id": 3608067,
    "uri": "https://api.kexp.org/v2/plays/3608067/?format=api",
    "airdate": "2026-01-23T13:37:41-08:00",
    "show": 65732,
    "show_uri": "https://api.kexp.org/v2/shows/65732/?format=api",
    "image_uri": "https://ia601307.us.archive.org/33/items/mbid-4a3603fd-fcd1-4d77-baec-2ca5092c9734/mbid-4a3603fd-fcd1-4d77-baec-2ca5092c9734-37919833784_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-4a3603fd-fcd1-4d77-baec-2ca5092c9734/mbid-4a3603fd-fcd1-4d77-baec-2ca5092c9734-37919833784_thumb250.jpg",
    "song": "Can You Look In The Mirror?",
    "track_id": "049623dc-6d83-4fe7-8e6e-9e1211519513",
    "recording_id": "12223185-45b7-42ed-9df4-84eea229a2c8",
    "artist": "Fabiana Palladino",
    "artist_ids": [
        "9031031f-54e9-489c-a738-0e296f05104e"
    ],
    "album": "Fabiana Palladino",
    "release_id": "4a3603fd-fcd1-4d77-baec-2ca5092c9734",
    "release_group_id": "51471368-1478-427d-af46-d12185cd5d83",
    "labels": [
        "Paul Institute",
        "XL Records"
    ],
    "label_ids": [
        "a818b07c-95cf-4861-80ef-7a3fbda1bbc7",
        "8ef94814-0570-474d-8bc3-9a3d0ff30c73"
    ],
    "release_date": "2024-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this review of Fabiana Palladino's debut album: https://www.theguardian.com/music/2024/apr/04/fabiana-palladino-fabiana-palladino-album-review",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}