Information about plays

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

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

{
    "id": 3619521,
    "uri": "https://api.kexp.org/v2/plays/3619521/?format=api",
    "airdate": "2026-02-19T13:22:58-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/80707f7b-3e36-41b4-afc3-ea06058e10dc/4969173205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80707f7b-3e36-41b4-afc3-ea06058e10dc/4969173205-250.jpg",
    "song": "Gon’ Get Yours",
    "track_id": null,
    "recording_id": "7ed0e408-414b-4476-a4f0-d4eb95ea1d78",
    "artist": "Count Bass D",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "Metal Face Records"
    ],
    "label_ids": [
        "4dc9cf60-b827-4cac-a8ad-ae7d75bd6867"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 34-second track is a short audio sample of \"Billy Batts's Homecoming\" from the movie Goodfellas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}