Information about plays

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

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

{
    "id": 3598448,
    "uri": "https://api.kexp.org/v2/plays/3598448/?format=api",
    "airdate": "2025-12-31T13:04:37-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Day by Day",
    "track_id": null,
    "recording_id": "e11fbdae-6b51-4c69-b47f-7eff7cf261e1",
    "artist": "Eddie Kendricks",
    "artist_ids": [
        "cf3ea6e9-c856-4737-a988-6b64cc9f2bf2"
    ],
    "album": "People… Hold On",
    "release_id": null,
    "release_group_id": "74c3ea6b-42b2-378e-93ee-802e34d76d8a",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eddie Kendricks was one of the co-founders and lead vocalist for The Temptations. As a solo artist on the Tamla label, he released nine albums between 1971 and 1977",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}