Information about plays

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

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

{
    "id": 3551119,
    "uri": "https://api.kexp.org/v2/plays/3551119/?format=api",
    "airdate": "2025-09-10T02:37:45-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://ia803203.us.archive.org/18/items/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13-16208734360_thumb500.jpg",
    "thumbnail_uri": "https://ia903203.us.archive.org/18/items/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13/mbid-cfa2a2f2-d704-47b8-8326-7243bd472f13-16208734360_thumb250.jpg",
    "song": "I Dare You",
    "track_id": "41d5bdf8-4de2-4deb-9194-026e645df1ad",
    "recording_id": "ce14eb9a-d279-4dc4-98b6-96d2d58949b2",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "I See You",
    "release_id": "cfa2a2f2-d704-47b8-8326-7243bd472f13",
    "release_group_id": "8f7e23d4-8b15-491f-b006-4a9ff5a41229",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perhaps \"I See You's\" most positive song in both subject matter and mood, \"I Dare You\" finds the xx's Romy Madley Croft and Oliver Sim exploring their feelings of strong infatuation.\n\nSee The xx performing this one live in our studio back in 2017: https://www.youtube.com/watch?v=O3DzdYLJsnE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}