Information about plays

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

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

{
    "id": 3583761,
    "uri": "https://api.kexp.org/v2/plays/3583761/?format=api",
    "airdate": "2025-11-27T18:51:07-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "https://coverartarchive.org/release/039492be-ed52-460d-9361-18a5670bb36a/41238567065-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/039492be-ed52-460d-9361-18a5670bb36a/41238567065-250.jpg",
    "song": "Believe (Ministers Vocal Mix)",
    "track_id": null,
    "recording_id": "24b61153-8b97-46e5-801d-af756b50867d",
    "artist": "Ministers De-La-Funk Featuring Jocelyn Brown",
    "artist_ids": [
        "7326336f-caf1-4843-9ebd-6c7092b2b163",
        "6a628a50-1c5c-4d29-a13a-79a73eb012d9"
    ],
    "album": "Believe",
    "release_id": null,
    "release_group_id": "0e3083a8-512c-43a4-846b-3462210e9a58",
    "labels": [
        "Subliminal Records"
    ],
    "label_ids": [
        "87e6d725-f956-4c35-8818-309643381fea"
    ],
    "release_date": "1999-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=3fgVBJDYg1E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}