Information about plays

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

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

{
    "id": 3608779,
    "uri": "https://api.kexp.org/v2/plays/3608779/?format=api",
    "airdate": "2026-01-25T02:14:54-08:00",
    "show": 65749,
    "show_uri": "https://api.kexp.org/v2/shows/65749/?format=api",
    "image_uri": "https://coverartarchive.org/release/c94d04ba-d82a-43d7-9b80-145d8b0f1a99/33852527151-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c94d04ba-d82a-43d7-9b80-145d8b0f1a99/33852527151-250.jpg",
    "song": "Jump!! (Or Get Jumped!!!)((by the future))",
    "track_id": null,
    "recording_id": "1205e07e-1d50-412a-9daa-206d2492b24b",
    "artist": "Soul Glo",
    "artist_ids": [
        "d10d6441-dcc1-4202-93bf-0c0acf72913a"
    ],
    "album": "Diaspora Problems",
    "release_id": null,
    "release_group_id": "6fb334a7-c230-4cab-8b64-92e21c2a284e",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2022-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}