Information about plays

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

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

{
    "id": 3617614,
    "uri": "https://api.kexp.org/v2/plays/3617614/?format=api",
    "airdate": "2026-02-14T23:04:27-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "https://coverartarchive.org/release/64e0bdd4-b0ec-4795-9fb8-e503c3e8d68a/6383043873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64e0bdd4-b0ec-4795-9fb8-e503c3e8d68a/6383043873-250.jpg",
    "song": "Love You",
    "track_id": null,
    "recording_id": "b89e4a53-c563-4b60-9aa4-162f7bc13cf6",
    "artist": "Push",
    "artist_ids": [
        "1841c27d-27ff-47ec-bed9-ce8dce9bee2a"
    ],
    "album": "L-O-V-E U",
    "release_id": null,
    "release_group_id": "c700cb38-9ab1-39c3-a6d7-c2527148515b",
    "labels": [
        "Kraaftpop"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish reggae/ska band The Push were formed as early as 1973 in Perstorp, Sweden, but without a name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}