Information about plays

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

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

{
    "id": 3545650,
    "uri": "https://api.kexp.org/v2/plays/3545650/?format=api",
    "airdate": "2025-08-27T23:10:35-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia801806.us.archive.org/13/items/mbid-64a4bb60-6d81-390e-bfac-9266412716ef/mbid-64a4bb60-6d81-390e-bfac-9266412716ef-28177855959_thumb500.jpg",
    "thumbnail_uri": "https://ia601806.us.archive.org/13/items/mbid-64a4bb60-6d81-390e-bfac-9266412716ef/mbid-64a4bb60-6d81-390e-bfac-9266412716ef-28177855959_thumb250.jpg",
    "song": "Little Cup",
    "track_id": "83529b03-0472-34d2-976c-7d8aa8014f00",
    "recording_id": "84f00f17-4bd0-4ce3-b481-e73623564fc2",
    "artist": "Thao & Mirah",
    "artist_ids": [
        "27ab1ef7-7f44-4900-b963-0efe97d74a40",
        "e4c226f2-ba57-483f-be6b-3391112244b8"
    ],
    "album": "Thao & Mirah",
    "release_id": "82ef09ed-ae51-44e1-8d60-532643f0267e",
    "release_group_id": "14440fb2-314d-4fe5-a2a2-c78cb512ecf1",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2011-04-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://thaomirah.bandcamp.com/album/thao-mirah",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}