Information about plays

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

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

{
    "id": 3541908,
    "uri": "https://api.kexp.org/v2/plays/3541908/?format=api",
    "airdate": "2025-08-19T03:49:54-07:00",
    "show": 64328,
    "show_uri": "https://api.kexp.org/v2/shows/64328/?format=api",
    "image_uri": "https://ia801002.us.archive.org/8/items/mbid-4f723a46-6172-4006-9bdf-87f78c8e0bf9/mbid-4f723a46-6172-4006-9bdf-87f78c8e0bf9-42588414572_thumb500.jpg",
    "thumbnail_uri": "https://ia801002.us.archive.org/8/items/mbid-4f723a46-6172-4006-9bdf-87f78c8e0bf9/mbid-4f723a46-6172-4006-9bdf-87f78c8e0bf9-42588414572_thumb250.jpg",
    "song": "1995",
    "track_id": "59f01e97-5a6f-4dd6-bd59-f08510dfac89",
    "recording_id": "f63b3a22-3a79-4cf0-868e-5e4b6878c688",
    "artist": "Freddie Gibbs & The Alchemist",
    "artist_ids": [
        "21645c31-fe1c-45a4-955c-3e172b12c3f9",
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Alfredo 2",
    "release_id": "4f723a46-6172-4006-9bdf-87f78c8e0bf9",
    "release_group_id": "71a56463-11cf-4c0d-96cf-75c9acf53191",
    "labels": [
        "ALC Records",
        "ESGN"
    ],
    "label_ids": [
        "d3c4c4f1-19fd-4c47-b810-50d9f44f0876",
        "bac6f3c5-bc64-4edc-83dc-ca495c597554"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alfredo 2 is the follow-up to Freddie Gibbs & The Alchemist's Grammy-nominated 2020 collaboration album Alfredo.\n\nThe duo released a short film to accompany the record's release:\n\nhttps://www.youtube.com/watch?v=eYIdiESYWNg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}