Information about plays

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

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

{
    "id": 3523484,
    "uri": "https://api.kexp.org/v2/plays/3523484/?format=api",
    "airdate": "2025-07-06T14:03:54-07:00",
    "show": 63938,
    "show_uri": "https://api.kexp.org/v2/shows/63938/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-f1920879-63d3-46b4-9542-5f02e074ff00/mbid-f1920879-63d3-46b4-9542-5f02e074ff00-39383155624_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-f1920879-63d3-46b4-9542-5f02e074ff00/mbid-f1920879-63d3-46b4-9542-5f02e074ff00-39383155624_thumb250.jpg",
    "song": "Set Your Spirit Free",
    "track_id": "f72cc84f-1b25-4c4d-bad9-b34215e49455",
    "recording_id": "8722556e-209f-461f-80e5-dde932caddb6",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "Acts of Faith",
    "release_id": "f1920879-63d3-46b4-9542-5f02e074ff00",
    "release_group_id": "33698c6d-811f-469c-9046-e88181806a1f",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2024-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day last year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}