Information about plays

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

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

{
    "id": 3581338,
    "uri": "https://api.kexp.org/v2/plays/3581338/?format=api",
    "airdate": "2025-11-22T06:19:57-08:00",
    "show": 65176,
    "show_uri": "https://api.kexp.org/v2/shows/65176/?format=api",
    "image_uri": "https://coverartarchive.org/release/33a791e2-d1ce-40c0-a1c8-9dc6602524d3/34401309555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33a791e2-d1ce-40c0-a1c8-9dc6602524d3/34401309555-250.jpg",
    "song": "Big Shot",
    "track_id": null,
    "recording_id": "6143a372-f662-43af-9179-f11bd7da491e",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Skinty Fia",
    "release_id": null,
    "release_group_id": "aa2f908a-5aba-40c1-a198-3d0ad4f43486",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2022-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}