Information about plays

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

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

{
    "id": 3619774,
    "uri": "https://api.kexp.org/v2/plays/3619774/?format=api",
    "airdate": "2026-02-20T04:17:20-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ea118e-472b-4352-9ca8-4b70dee52910/42543199063-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4ea118e-472b-4352-9ca8-4b70dee52910/42543199063-250.jpg",
    "song": "Girl You Need a Change of Mind",
    "track_id": null,
    "recording_id": "a247bab7-58ff-4697-b7bb-1377cb8ca5fa",
    "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": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Girl You Need a Change of Mind\" was a big hit in early discos because of its extended, double-breakdown structure.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}