Information about plays

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

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

{
    "id": 3607370,
    "uri": "https://api.kexp.org/v2/plays/3607370/?format=api",
    "airdate": "2026-01-21T21:32:16-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "https://coverartarchive.org/release/e86609e7-c7c9-4991-80a6-c9c91f2188ba/36614556605-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e86609e7-c7c9-4991-80a6-c9c91f2188ba/36614556605-250.jpg",
    "song": "Neon River",
    "track_id": null,
    "recording_id": "64629c48-6e38-49ae-be58-b891a0e64a5c",
    "artist": "The Jelly Bean Bandits",
    "artist_ids": [
        "5e69d182-dbf9-4406-82e9-fc3b37d03e23"
    ],
    "album": "The Jelly Bean Bandits",
    "release_id": null,
    "release_group_id": "fbd58e61-01ab-4e1a-9fdd-94d4b31ee35c",
    "labels": [
        "Mainstream Records"
    ],
    "label_ids": [
        "32e1b749-523c-43ff-9532-2d074f9ea325"
    ],
    "release_date": "1967-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interview with Michael Rabb of the Jelly Bean Bandits: https://www.psychedelicbabymag.com/2018/04/the-jelly-bean-bandits-interview-wi.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}