Information about plays

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

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

{
    "id": 3547284,
    "uri": "https://api.kexp.org/v2/plays/3547284/?format=api",
    "airdate": "2025-08-31T19:15:31-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd8c49a8-58c6-49e2-ad4a-1cf2a696a239/39650833113-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd8c49a8-58c6-49e2-ad4a-1cf2a696a239/39650833113-250.jpg",
    "song": "My Old Piano",
    "track_id": null,
    "recording_id": "2bf33e68-4adc-4ffc-8808-58087926d382",
    "artist": "Diana Ross",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83"
    ],
    "album": "Diana",
    "release_id": null,
    "release_group_id": "fd07981b-fe56-3218-8df6-bcbe6992c96e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1980-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Diana Ross released \"My Old Piano\" in 1980 on the album Diana.\n\nDiana is Ross' eleventh studio album and the best-selling studio album of her career, spawning three international hit singles, including the number-one hit \"Upside Down.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}