Information about plays

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

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

{
    "id": 3542228,
    "uri": "https://api.kexp.org/v2/plays/3542228/?format=api",
    "airdate": "2025-08-19T22:39:20-07:00",
    "show": 64335,
    "show_uri": "https://api.kexp.org/v2/shows/64335/?format=api",
    "image_uri": "https://ia801509.us.archive.org/31/items/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460-16178274101_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/31/items/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460/mbid-70f40c22-d120-4e82-aedd-edb7e10c2460-16178274101_thumb250.jpg",
    "song": "Freedom Is Free",
    "track_id": "f613a999-f988-48c1-8fec-b4d4f240b592",
    "recording_id": "863a77cc-cd0b-4069-9975-3a271e5770e4",
    "artist": "Chicano Batman",
    "artist_ids": [
        "46efbaa6-1bf3-44b5-8838-67f77d77aa96"
    ],
    "album": "Freedom Is Free",
    "release_id": "461a56bb-98b8-4265-b5f3-ecf775e06c0c",
    "release_group_id": "8f7ccd58-6996-4641-b2f7-e49ddf095cd9",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Musical Firsts Series feature: What favorite band or artist did you discover on KEXP? Perla in Seattle found Chicano Batman!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}