Information about plays

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

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

{
    "id": 3523247,
    "uri": "https://api.kexp.org/v2/plays/3523247/?format=api",
    "airdate": "2025-07-05T23:54:05-07:00",
    "show": 63933,
    "show_uri": "https://api.kexp.org/v2/shows/63933/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbe9a6bb-6cac-4edc-aa1d-5d213e2abdc6/5537276085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbe9a6bb-6cac-4edc-aa1d-5d213e2abdc6/5537276085-250.jpg",
    "song": "What a Strange World",
    "track_id": null,
    "recording_id": "73ebaab7-055f-4cca-a773-77780864368b",
    "artist": "Depression",
    "artist_ids": [
        "5af8279c-d7de-4b94-b818-4b6a33eff553"
    ],
    "album": "Welcome to 1984",
    "release_id": null,
    "release_group_id": "def1a954-cf44-3835-861f-b9a2bee6879e",
    "labels": [
        "Maximumrocknroll"
    ],
    "label_ids": [
        "a176a9a3-37fa-47c0-90ee-7fcd9293efc7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}