Information about plays

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

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

{
    "id": 3593671,
    "uri": "https://api.kexp.org/v2/plays/3593671/?format=api",
    "airdate": "2025-12-20T20:57:46-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm a Fucking Ice Giant",
    "track_id": "dcbc1647-f7c6-319d-8bea-0ecbb08063a0",
    "recording_id": "c26f1e2d-0180-47c7-a227-a7c62a963290",
    "artist": "Akimbo",
    "artist_ids": [
        "147a1f61-e4c6-48c9-8b78-c0a53dad3fd9"
    ],
    "album": "Elephantine",
    "release_id": "6bdf6a5c-6a55-324d-a26d-1fbc8e7d321c",
    "release_group_id": "5b3a26ef-689f-303e-9852-cc69cec8a4e5",
    "labels": [
        "Dopamine Records"
    ],
    "label_ids": [
        "7091c5e7-1647-42c9-ba9a-2444d1080592"
    ],
    "release_date": "2005-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Akimbo was a Seattle-based trio from 1998-2012. https://akimborocks.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}