Information about plays

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

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

{
    "id": 3633527,
    "uri": "https://api.kexp.org/v2/plays/3633527/?format=api",
    "airdate": "2026-03-25T14:42:27-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "https://coverartarchive.org/release/daa0f4ac-bed9-491b-b63b-05c038ccc02f/19299237907-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/daa0f4ac-bed9-491b-b63b-05c038ccc02f/19299237907-250.jpg",
    "song": "Money (That's What I Want)",
    "track_id": null,
    "recording_id": "e95cf84b-f647-4a27-a806-03fdd7175eda",
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "The Explosive Little Richard",
    "release_id": null,
    "release_group_id": "80e16e42-74db-4bfe-a2cd-fcf1959e5d15",
    "labels": [
        "OKeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tamla Records founder Berry Gordy wrote this one along with Janie Bradford.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}