Information about plays

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

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

{
    "id": 3550532,
    "uri": "https://api.kexp.org/v2/plays/3550532/?format=api",
    "airdate": "2025-09-08T18:01:24-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcd5649e-c971-3c22-bd61-e1718da92b24/41702261910-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcd5649e-c971-3c22-bd61-e1718da92b24/41702261910-250.jpg",
    "song": "You’ll Never Be the Sun",
    "track_id": null,
    "recording_id": "6235cc2d-d1a7-4763-aef3-452fc5563931",
    "artist": "Emmylou Harris, Linda Ronstadt, Dolly Parton",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69",
        "498f2581-be21-4eef-8756-fbb89d79b1c0",
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "Trio II",
    "release_id": null,
    "release_group_id": "5e187555-0c0e-3232-b521-93ab733d7c30",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1998-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Patti.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}