Information about plays

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

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

{
    "id": 3547226,
    "uri": "https://api.kexp.org/v2/plays/3547226/?format=api",
    "airdate": "2025-08-31T16:10:32-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://ia801900.us.archive.org/20/items/mbid-e34c6379-ed1e-49d4-a99b-7d44e7fc2675/mbid-e34c6379-ed1e-49d4-a99b-7d44e7fc2675-26055349865_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-e34c6379-ed1e-49d4-a99b-7d44e7fc2675/mbid-e34c6379-ed1e-49d4-a99b-7d44e7fc2675-26055349865_thumb250.jpg",
    "song": "Time (You and I)",
    "track_id": "18be6aaf-95d1-43b9-85d5-009bcb06d022",
    "recording_id": "b18f18cb-749d-47ec-b078-a396b5e74ebe",
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Mordechai",
    "release_id": "e34c6379-ed1e-49d4-a99b-7d44e7fc2675",
    "release_group_id": "53e6ec80-ddc7-4db8-80f8-5e081545c856",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2020-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://khruangbin.bandcamp.com/album/mordechai\nhttps://www.khruangbin.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}