Information about plays

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

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

{
    "id": 3648047,
    "uri": "https://api.kexp.org/v2/plays/3648047/?format=api",
    "airdate": "2026-04-28T23:35:28-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn720806.ca.archive.org/0/items/mbid-f3d440f2-2cbe-41c5-9a71-323ffc983476/mbid-f3d440f2-2cbe-41c5-9a71-323ffc983476-44936807568_thumb500.jpg",
    "thumbnail_uri": "https://dn720806.ca.archive.org/0/items/mbid-f3d440f2-2cbe-41c5-9a71-323ffc983476/mbid-f3d440f2-2cbe-41c5-9a71-323ffc983476-44936807568_thumb250.jpg",
    "song": "Cowboy Mouth",
    "track_id": "a3b44f65-8c95-4fe7-bf43-a95acad77b5a",
    "recording_id": "7102a353-c336-4e23-8a95-d5c1b1c873e8",
    "artist": "Sofie Royer",
    "artist_ids": [
        "82392a3e-a389-4fd2-93cc-9a5796206648"
    ],
    "album": "Cowboy Mouth",
    "release_id": "f3d440f2-2cbe-41c5-9a71-323ffc983476",
    "release_group_id": "78e6279b-6926-4db9-a555-d8af614a1cce",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2026-04-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}