Information about plays

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

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

{
    "id": 3615895,
    "uri": "https://api.kexp.org/v2/plays/3615895/?format=api",
    "airdate": "2026-02-10T21:02:06-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "https://coverartarchive.org/release/7991ef56-30a9-48d1-8995-f986e7cd61dd/38180736431-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7991ef56-30a9-48d1-8995-f986e7cd61dd/38180736431-250.jpg",
    "song": "Children Don't Cry",
    "track_id": null,
    "recording_id": "49ade361-8c84-46fa-89dd-70f457702504",
    "artist": "Ebo Taylor",
    "artist_ids": [
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Afrobeat Airways 2: Return Flight to Ghana 1974-1983",
    "release_id": null,
    "release_group_id": "374a74f7-45bd-433d-9d44-baa6c3db39fe",
    "labels": [
        "Analog Africa"
    ],
    "label_ids": [
        "8b2b26bc-6310-4de1-b092-c10753b65bcc"
    ],
    "release_date": "2013-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an emblematic tagline from the label, Analog Africa simply wrote, \"The Future of Music Happened Decades Ago\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}