Information about plays

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

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

{
    "id": 3604714,
    "uri": "https://api.kexp.org/v2/plays/3604714/?format=api",
    "airdate": "2026-01-15T15:12:22-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Is Standing By",
    "track_id": null,
    "recording_id": "7c55f13f-107d-431e-a989-8ecc810bfb50",
    "artist": "George Nooks",
    "artist_ids": [
        "8347fcf6-d073-4fa4-99b8-5f545fee39de"
    ],
    "album": "Standing By",
    "release_id": null,
    "release_group_id": "4fadec16-4af5-3ad1-9bb2-5bb1018c0d16",
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to my man Jeff!\n--\nGeorge Nooks (born c. 1960 in Kingston, Jamaica) is a reggae singer who initially found fame as a deejay.: https://georgenooks.com/\n--\nThis is his reggae cover of Al Green's 1971 song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}