Information about plays

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

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

{
    "id": 3629733,
    "uri": "https://api.kexp.org/v2/plays/3629733/?format=api",
    "airdate": "2026-03-16T11:55:21-07:00",
    "show": 66198,
    "show_uri": "https://api.kexp.org/v2/shows/66198/?format=api",
    "image_uri": "https://coverartarchive.org/release/acfd1c22-96be-4891-b42c-bfd6fab9e8ee/32177272496-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/acfd1c22-96be-4891-b42c-bfd6fab9e8ee/32177272496-250.jpg",
    "song": "No News No Blues (Ft. Sunset Rollercoaster)",
    "track_id": null,
    "recording_id": "e3000859-eac2-4cb9-b7f4-347a9cacc2a1",
    "artist": "Paul Cherry",
    "artist_ids": [
        "8df68301-abe2-4311-a5da-34dfe8228666"
    ],
    "album": "Back On The Music!",
    "release_id": null,
    "release_group_id": "ebe60c4f-2b24-44d2-9beb-a64a0b5e75b0",
    "labels": [
        "FeelTrip"
    ],
    "label_ids": [
        "2d3c5aa4-13f5-4997-9c98-13e10a9a5be3"
    ],
    "release_date": "2022-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Cherry is a musician and DJ from Chicago, IL. https://paulcherry.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}