Information about plays

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

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

{
    "id": 3581197,
    "uri": "https://api.kexp.org/v2/plays/3581197/?format=api",
    "airdate": "2025-11-21T21:49:53-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/1393fb6f-1465-4f16-a561-885ee14e585e/31998354271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1393fb6f-1465-4f16-a561-885ee14e585e/31998354271-250.jpg",
    "song": "Mercy",
    "track_id": null,
    "recording_id": "375de26e-5a60-4ddd-b579-2c7c19a048c4",
    "artist": "10 Ft. Ganja Plant",
    "artist_ids": [
        "d818f471-6f94-4758-8ef6-55c45f29c328"
    ],
    "album": "Midnight Landing",
    "release_id": null,
    "release_group_id": "73335d9f-9882-3951-8dee-07e04684065b",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "10 Ft. Ganja Plant is a roots/dub Reggae group primarily based in Boston, Massachusetts. 10 Ft. Ganja Plant often places no personnel credits on any of their albums. Most of their music has a traditional reggae sound, but their musical styles vary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}