Information about plays

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

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

{
    "id": 3617599,
    "uri": "https://api.kexp.org/v2/plays/3617599/?format=api",
    "airdate": "2026-02-14T22:22:24-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c6229e6-8491-4561-921c-e89112a58caa/18691665273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c6229e6-8491-4561-921c-e89112a58caa/18691665273-250.jpg",
    "song": "True Love",
    "track_id": null,
    "recording_id": "321b8ddd-fbb1-4fa4-b8ee-c8c841e79cf8",
    "artist": "The Marching Girls",
    "artist_ids": [
        "bd6b2fd0-5248-4b69-90ed-fb4a79909d5a"
    ],
    "album": "1",
    "release_id": null,
    "release_group_id": "154523e7-5b4a-4c91-b442-99926c4e6a52",
    "labels": [
        "Propeller"
    ],
    "label_ids": [
        "3912f1df-a652-4d09-af4a-b316f8a34c5e"
    ],
    "release_date": "1980-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally known as The Scavengers, they changed the band name to Marching Girls when they relocated to Melbourne from New Zealand in October 1978.\n\nhttps://flyingnun.bandcamp.com/track/first-in-line\nhttps://www.audioculture.co.nz/profile/the-scavengers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}