Information about plays

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

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

{
    "id": 3599374,
    "uri": "https://api.kexp.org/v2/plays/3599374/?format=api",
    "airdate": "2026-01-02T19:11:00-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35ebbf3-3117-4378-8954-9f3a2d6e16a9/16393484729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35ebbf3-3117-4378-8954-9f3a2d6e16a9/16393484729-250.jpg",
    "song": "Sur les traces de Fela",
    "track_id": null,
    "recording_id": "0c2b49b7-be5a-4c7d-9676-10f6dd7d365d",
    "artist": "Mokobé",
    "artist_ids": [
        "89431b9d-e345-4be4-8646-c8a5366b5794"
    ],
    "album": "Mon Afrique",
    "release_id": null,
    "release_group_id": "d2142f2a-9cb5-363f-94d3-9d0ad8ca1d71",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing his fathers legacy, Seun Kuti teams up with Mokobe for this classic!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}