Information about plays

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

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

{
    "id": 3612010,
    "uri": "https://api.kexp.org/v2/plays/3612010/?format=api",
    "airdate": "2026-02-01T19:10:09-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7fa00ef-3455-4070-8f99-9041a3c70510/41101009456-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7fa00ef-3455-4070-8f99-9041a3c70510/41101009456-250.jpg",
    "song": "My Jamaican Guy",
    "track_id": null,
    "recording_id": "afd66ace-2c48-43ea-a9d9-02f25c47c2e7",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Living My Life",
    "release_id": null,
    "release_group_id": "493b4287-276c-335a-b333-cae896ea84cf",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1982-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Jones, she wrote the song as and ode to Tyrone Downie of Bob Marley's The Wailers, who \"was with somebody else. He was a beautiful guy. He doesn't even know I wrote it about him.\"\nThe song is largely written in Jamaican Patois. Jones' mother Marjorie provided backing vocals but, as a pastor's wife, wasn't credited for fear of upsetting church elders\n\nSampled by LL Cool J's \"Doin It.\" https://www.gracejones.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}