Information about plays

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

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

{
    "id": 3554280,
    "uri": "https://api.kexp.org/v2/plays/3554280/?format=api",
    "airdate": "2025-09-17T18:14:49-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia600500.us.archive.org/17/items/mbid-ad2619ee-1041-475c-9de1-478e1f67d535/mbid-ad2619ee-1041-475c-9de1-478e1f67d535-37204830143_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-ad2619ee-1041-475c-9de1-478e1f67d535/mbid-ad2619ee-1041-475c-9de1-478e1f67d535-37204830143_thumb250.jpg",
    "song": "Literally Everything",
    "track_id": "3dc0f185-e5a8-4ecd-88ff-bb6bf15fb07d",
    "recording_id": "568f1e1d-cfc2-43b1-9157-840c01d14f13",
    "artist": "Brimheim",
    "artist_ids": [
        "4d802853-4a6e-47d6-b574-11f8e5b0c53e"
    ],
    "album": "RATKING",
    "release_id": "ad2619ee-1041-475c-9de1-478e1f67d535",
    "release_group_id": "19a1dc04-ab1f-4137-9547-390d2db667df",
    "labels": [
        "Tambourhinoceros"
    ],
    "label_ids": [
        "3e7549e8-d0a6-4e43-87a5-b6d7a5a4869d"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Alana!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}