Information about plays

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

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

{
    "id": 3546247,
    "uri": "https://api.kexp.org/v2/plays/3546247/?format=api",
    "airdate": "2025-08-29T09:38:39-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://ia600503.us.archive.org/31/items/mbid-cd3ca3d6-8f45-494f-8249-1af38eafbd40/mbid-cd3ca3d6-8f45-494f-8249-1af38eafbd40-14428045036_thumb500.jpg",
    "thumbnail_uri": "https://ia800503.us.archive.org/31/items/mbid-cd3ca3d6-8f45-494f-8249-1af38eafbd40/mbid-cd3ca3d6-8f45-494f-8249-1af38eafbd40-14428045036_thumb250.jpg",
    "song": "Berlin Got Blurry",
    "track_id": "4e79a6b4-1a99-4c8e-b027-aa5143ebec18",
    "recording_id": "9679fd56-e3fd-4012-870a-a9531b8813a1",
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Human Performance",
    "release_id": "cd3ca3d6-8f45-494f-8249-1af38eafbd40",
    "release_group_id": "3353a8a0-a5ab-4970-b34e-090afcc2bba7",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Troy was the host when Parquet Courts played this one live in our studio in 2016.  Watch the entire performance: https://www.youtube.com/watch?v=UOEurKVpYoU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}