Information about plays

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

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

{
    "id": 3555838,
    "uri": "https://api.kexp.org/v2/plays/3555838/?format=api",
    "airdate": "2025-09-21T09:22:41-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/4515d0f6-0767-4b40-99d2-d4b37233398d/13555750080-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4515d0f6-0767-4b40-99d2-d4b37233398d/13555750080-250.jpg",
    "song": "Tomorrow & Me",
    "track_id": null,
    "recording_id": "02ec019c-73f8-4de4-b33b-53ca743bbd16",
    "artist": "Michael Nesmith",
    "artist_ids": [
        "9c4df1e9-6092-4862-b493-0b72262d91c8"
    ],
    "album": "And the Hits Just Keep On Comin’",
    "release_id": null,
    "release_group_id": "86418ada-9057-31ca-a9d5-54435b13ffc3",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1972-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reflecting on this album in 2019, the former Monkee said it was an album reflecting “a time of altered states and new ideas, and in a new way, we’re in that time again. Politics have gone askew, like they did then. This was in 1972, and things were absolutely crazy then, and they’re absolutely crazy now.”\nhttps://www.latimes.com/entertainment/music/la-et-ms-michael-nesmith-country-rock-tour-preview-20190120-story.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}