Information about plays

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

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

{
    "id": 3550381,
    "uri": "https://api.kexp.org/v2/plays/3550381/?format=api",
    "airdate": "2025-09-08T08:51:48-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia801603.us.archive.org/5/items/mbid-b10eb82a-8bf0-4c46-a563-f7ea1d607f78/mbid-b10eb82a-8bf0-4c46-a563-f7ea1d607f78-9003453594_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/5/items/mbid-b10eb82a-8bf0-4c46-a563-f7ea1d607f78/mbid-b10eb82a-8bf0-4c46-a563-f7ea1d607f78-9003453594_thumb250.jpg",
    "song": "Stay Alive",
    "track_id": "f2b8d612-5cc2-42b6-8c62-1e653a3e1a1a",
    "recording_id": "fb0453ee-996c-4826-83e5-20ff9312be6d",
    "artist": "José González",
    "artist_ids": [
        "cd8c5019-5d75-4d5c-bc28-e1e26a7dd5c8"
    ],
    "album": "The Secret Life of Walter Mitty",
    "release_id": "b10eb82a-8bf0-4c46-a563-f7ea1d607f78",
    "release_group_id": "8426b8c1-823a-40ee-b822-f8a91a2f6f59",
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2013-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "José González is a Swedish-Argentine singer-songwriter whose track \"Stay Alive\" was featured in the 2013 film \"The Secret Life of Walter Mitty.\"\n\nhttps://thedeletebin.com/2015/06/01/jose-gonzales-sings-stay-alive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}