Information about plays

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

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

{
    "id": 3543212,
    "uri": "https://api.kexp.org/v2/plays/3543212/?format=api",
    "airdate": "2025-08-22T07:43:47-07:00",
    "show": 64354,
    "show_uri": "https://api.kexp.org/v2/shows/64354/?format=api",
    "image_uri": "https://ia801709.us.archive.org/33/items/mbid-238ac0cc-bf91-475d-a455-9435181944a3/mbid-238ac0cc-bf91-475d-a455-9435181944a3-28267373756_thumb500.jpg",
    "thumbnail_uri": "https://ia801709.us.archive.org/33/items/mbid-238ac0cc-bf91-475d-a455-9435181944a3/mbid-238ac0cc-bf91-475d-a455-9435181944a3-28267373756_thumb250.jpg",
    "song": "Carrion Crawler",
    "track_id": "f0441ef8-09d3-30d1-a8e1-b4d858c24a26",
    "recording_id": "9540b5ce-4422-47da-a2be-55d7cba13ac8",
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Carrion Crawler / The Dream",
    "release_id": "238ac0cc-bf91-475d-a455-9435181944a3",
    "release_group_id": "7c49e5f0-cc69-4c5d-afbb-902fde19e53d",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2011-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a live version of \"Carrion Crawler,\" straight from Pappy & Harriet's parking lot: https://www.youtube.com/watch?v=nsC7hG8uj6w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}