Information about plays

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

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

{
    "id": 3613394,
    "uri": "https://api.kexp.org/v2/plays/3613394/?format=api",
    "airdate": "2026-02-05T04:47:38-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/48df171c-c4a1-49b9-8b26-6dfc26d45ed0/10166351517-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48df171c-c4a1-49b9-8b26-6dfc26d45ed0/10166351517-250.jpg",
    "song": "Steelo",
    "track_id": null,
    "recording_id": "4b0ff1dd-6047-4956-ad15-d7c00a2c6240",
    "artist": "702",
    "artist_ids": [
        "4822d466-5c1f-4e04-80e9-e33e8295c26b"
    ],
    "album": "No Doubt",
    "release_id": null,
    "release_group_id": "062a304e-64a3-3e3f-8e35-047e85dc1c99",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1996-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the first hits written by and featuring Missy Elliott.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}