Information about plays

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

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

{
    "id": 3598845,
    "uri": "https://api.kexp.org/v2/plays/3598845/?format=api",
    "airdate": "2026-01-01T14:03:11-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coast",
    "track_id": "9f0f123e-b21d-4dda-88d6-feb97438a2ad",
    "recording_id": "a9a481cb-0751-4f56-a3dd-bc51403318a0",
    "artist": "Kim Deal",
    "artist_ids": [
        "760e4df4-e851-46c8-b34d-afa2e9706831"
    ],
    "album": "Nobody Loves You More",
    "release_id": "83707f8e-6f14-4b32-b361-2fdc1f526e2a",
    "release_group_id": "576c06d2-e052-4676-93cb-1bc1409f67cc",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joining Kim Deal on “Coast” is her twin sister and guitarist, Kelley Deal, marching band Mucca Pazza, and rhythm section Lindsay Glover and Mando Lopez. Deal wrote the song in 2020 after witnessing the “revelatory levels of low self-esteem” from the house band at her friend’s wedding, the Grape Whizzers, while they covered Jimmy Buffett’s “Margaritaville.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}