Information about plays

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

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

{
    "id": 3545743,
    "uri": "https://api.kexp.org/v2/plays/3545743/?format=api",
    "airdate": "2025-08-28T04:41:39-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/f733eaeb-a0be-47ec-a4eb-36719f5b793b/24075132119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f733eaeb-a0be-47ec-a4eb-36719f5b793b/24075132119-250.jpg",
    "song": "Sojourn",
    "track_id": null,
    "recording_id": "1a88d5c4-7953-4006-894e-573a3800a716",
    "artist": "Patrice Rushen",
    "artist_ids": [
        "a247b1b8-8f47-4568-9a89-fa16b4a2b77f"
    ],
    "album": "Shout It Out",
    "release_id": null,
    "release_group_id": "083742dd-8757-4f7b-891e-0d7e124f9553",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patrice Louise Rushen is an American jazz pianist and R&B singer. She is also a composer, record producer, multi-instrumentalist, songwriter, and music director. She received a Grammy Award nomination for Best Female R&B Vocal Performance for her 1982 single, \"Forget Me Nots\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}