Information about plays

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

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

{
    "id": 3648508,
    "uri": "https://api.kexp.org/v2/plays/3648508/?format=api",
    "airdate": "2026-04-30T01:58:30-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "https://coverartarchive.org/release/79d6fa02-f73d-4b5f-9b23-5723ec7c9c51/13968843229-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79d6fa02-f73d-4b5f-9b23-5723ec7c9c51/13968843229-250.jpg",
    "song": "The Morning After (Sunrise mix)",
    "track_id": null,
    "recording_id": "fe0b696b-f008-44a1-a768-a61c2819e3c7",
    "artist": "Fallout",
    "artist_ids": [
        "70bb8587-c3e2-4331-a215-ced8a0906ec0"
    ],
    "album": "The Morning After",
    "release_id": null,
    "release_group_id": "0ba6d90c-9350-315c-b91b-00bb65a0e0cc",
    "labels": [
        "Fourth Floor Records"
    ],
    "label_ids": [
        "cd1e6607-a58c-4e5b-9fe6-c60547870c30"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}