Information about plays

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

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

{
    "id": 3622404,
    "uri": "https://api.kexp.org/v2/plays/3622404/?format=api",
    "airdate": "2026-02-26T03:38:10-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b000c19-61a7-4d58-99b7-77994c57258d/16261823335-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b000c19-61a7-4d58-99b7-77994c57258d/16261823335-250.jpg",
    "song": "A Touch of Jazz",
    "track_id": null,
    "recording_id": "6edb8ed9-8f5b-4b72-9a7d-4abeae3dc0c3",
    "artist": "DJ Jazzy Jeff & the Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "Rock the House",
    "release_id": null,
    "release_group_id": "ca85d764-d82f-3fa6-933a-fbff427e5d35",
    "labels": [
        "Word-Up"
    ],
    "label_ids": [
        "b73e3cb2-e84c-496f-8a11-9cbf616a999c"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their debut album 'Rock the House'. DJ Jazzy Jeff & the Fresh Prince also sampled \"Mr. Magic\" by Grover Washington Jr. - a song sampled by Salt-N-Pepa on \"My Mic Sounds Nice\", a track from their own 1986 debut album. 'Hot, Cool & Vicious'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}