Information about plays

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

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

{
    "id": 3619348,
    "uri": "https://api.kexp.org/v2/plays/3619348/?format=api",
    "airdate": "2026-02-19T02:55:08-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "https://coverartarchive.org/release/248e85fc-894d-42b0-a4ff-2c96b9f1e384/32770488429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/248e85fc-894d-42b0-a4ff-2c96b9f1e384/32770488429-250.jpg",
    "song": "Papa’s Got a Brand New Bag, Parts 1, 2 & 3",
    "track_id": null,
    "recording_id": "015492c7-0682-4d3f-bfbb-12a38849c78f",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Star Time",
    "release_id": null,
    "release_group_id": "7f5132f0-1d58-3d83-be6a-e32d22219e17",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about how James Brown invented funk with this song on our KEXP documentary. http://blog.kexp.org/2011/12/15/kexp-documentaries-james-brown-creates-funk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}