Information about plays

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

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

{
    "id": 3546737,
    "uri": "https://api.kexp.org/v2/plays/3546737/?format=api",
    "airdate": "2025-08-30T14:31:48-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia801306.us.archive.org/12/items/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6-2985455668_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/12/items/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6-2985455668_thumb250.jpg",
    "song": "Tightrope",
    "track_id": "159f7438-711c-3e29-b65c-49ab86d11a2f",
    "recording_id": "9fa31577-a8fb-4a66-bd23-77aa286dd21f",
    "artist": "Janelle Monáe feat. Big Boi",
    "artist_ids": [
        "9724aa19-fdf9-49d0-9f9d-944e462e2a5c",
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The ArchAndroid",
    "release_id": "0579c05b-3cc2-40ef-8a32-fee6e3be90f6",
    "release_group_id": "7c5bb286-ac24-443c-81cc-4f5f6261c343",
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing TOMORROW at Bumbershoot Music and Arts Festival in Seattle at the Seattle Center!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}