Information about plays

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

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

{
    "id": 3609063,
    "uri": "https://api.kexp.org/v2/plays/3609063/?format=api",
    "airdate": "2026-01-25T17:23:44-08:00",
    "show": 65753,
    "show_uri": "https://api.kexp.org/v2/shows/65753/?format=api",
    "image_uri": "https://coverartarchive.org/release/40164285-5325-424e-b4d2-30e539475d86/40994214293-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40164285-5325-424e-b4d2-30e539475d86/40994214293-250.jpg",
    "song": "Jaouad",
    "track_id": null,
    "recording_id": "9a151228-beae-4c90-a991-380ff88ba479",
    "artist": "Dressed Like Boys",
    "artist_ids": [
        "b3c25193-15a9-49a5-b538-dd29b8146412"
    ],
    "album": "Jaouad",
    "release_id": null,
    "release_group_id": "09e9d13f-bb38-4ab1-a4ee-1050fdaae1bb",
    "labels": [
        "Mayway Records"
    ],
    "label_ids": [
        "5167bd27-a60d-45db-b58a-97ab58c03b57"
    ],
    "release_date": "2024-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}