Information about plays

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

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

{
    "id": 3648509,
    "uri": "https://api.kexp.org/v2/plays/3648509/?format=api",
    "airdate": "2026-04-30T02:03:06-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "https://coverartarchive.org/release/26363a82-b4d1-4148-b084-77ff69b083ba/9083129145-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26363a82-b4d1-4148-b084-77ff69b083ba/9083129145-250.jpg",
    "song": "If (Brothers in Rhythm House mix)",
    "track_id": null,
    "recording_id": "ced6725c-150c-444c-bcc4-341390af65be",
    "artist": "Janet",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "If",
    "release_id": null,
    "release_group_id": "72d0f197-8199-3727-a89f-d0059a9cae75",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1993-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}