Information about plays

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

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

{
    "id": 3521443,
    "uri": "https://api.kexp.org/v2/plays/3521443/?format=api",
    "airdate": "2025-07-02T00:46:56-07:00",
    "show": 63895,
    "show_uri": "https://api.kexp.org/v2/shows/63895/?format=api",
    "image_uri": "https://coverartarchive.org/release/accc23d6-57df-4929-9941-a1cf7eed42d2/19893296791-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/accc23d6-57df-4929-9941-a1cf7eed42d2/19893296791-250.jpg",
    "song": "Yellow Moon",
    "track_id": null,
    "recording_id": "44329365-6ba1-47a6-b7cf-a273042ad007",
    "artist": "The Neville Brothers",
    "artist_ids": [
        "5464e20c-7dcb-4a3e-9b25-13bb959fadc9"
    ],
    "album": "The Best of the Neville Brothers: Millennium Collection",
    "release_id": null,
    "release_group_id": "db3dd8f9-729f-4901-8fb8-16cba7270935",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2004-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic 1989 release from New Orleans! The Neville Brothers formed in New Orleans in 1977 after joining the recording session of the Wild Tchoupitoulas in 1976, a Mardi Gras Indian group led by their uncle, George \"Big Chief Jolly\" Landry.\n\nLive performance of \"Yellow Moon\" at Tipitinas in New Orleans!\nhttps://youtu.be/lDzraECGfUY\n\nhttps://www.nevilles.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}