Information about plays

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

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

{
    "id": 3539586,
    "uri": "https://api.kexp.org/v2/plays/3539586/?format=api",
    "airdate": "2025-08-13T12:04:38-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia804503.us.archive.org/5/items/mbid-ea683522-7f8a-4b52-b4e4-0dc367c3616b/mbid-ea683522-7f8a-4b52-b4e4-0dc367c3616b-4867817796_thumb500.jpg",
    "thumbnail_uri": "https://ia804503.us.archive.org/5/items/mbid-ea683522-7f8a-4b52-b4e4-0dc367c3616b/mbid-ea683522-7f8a-4b52-b4e4-0dc367c3616b-4867817796_thumb250.jpg",
    "song": "Truth Don Die",
    "track_id": "052c5413-4d98-3030-8b6b-2f999ce89846",
    "recording_id": "bc026717-23e8-4b52-9fc7-26c15ecfc1cc",
    "artist": "Femi Kuti",
    "artist_ids": [
        "702d2b90-eef0-4354-b2c4-6366eba92b7f"
    ],
    "album": "Shoki Shoki",
    "release_id": "b8c98dff-0970-4a82-9c8b-03410bd5961b",
    "release_group_id": "b1781d5b-2e2b-3c12-bb54-65020c864b69",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Femi Kuti will be at the Neptune Theatre in Seattle this Sat, Aug 16th!\n\nhttps://femikutitour.com/\n\nWatch Femi Kuti's live KEXP at home performance here: https://www.youtube.com/watch?v=GOqmSv5cIlc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}