Information about plays

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

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

{
    "id": 3576740,
    "uri": "https://api.kexp.org/v2/plays/3576740/?format=api",
    "airdate": "2025-11-11T07:08:19-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "https://ia801309.us.archive.org/27/items/mbid-80334026-1542-4187-8922-4e94930d1110/mbid-80334026-1542-4187-8922-4e94930d1110-12748293269_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/27/items/mbid-80334026-1542-4187-8922-4e94930d1110/mbid-80334026-1542-4187-8922-4e94930d1110-12748293269_thumb250.jpg",
    "song": "America",
    "track_id": "cd11e835-5eda-4bec-a8b5-bd528097f165",
    "recording_id": "612a8c61-88f5-4f99-aa06-e87217556ab2",
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "America",
    "release_id": "80334026-1542-4187-8922-4e94930d1110",
    "release_group_id": "5e4c1b2d-090e-4f4d-a0d3-45411c3449c3",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch these Swedish sisters interpret the Simon & Garfunkel classic, live on KEXP: https://www.youtube.com/watch?v=w0s3a4LzY1g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}