Information about plays

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

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

{
    "id": 3612785,
    "uri": "https://api.kexp.org/v2/plays/3612785/?format=api",
    "airdate": "2026-02-03T17:29:45-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://coverartarchive.org/release/e46f8bea-d539-43d9-b032-0d316e93242f/20452070913-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e46f8bea-d539-43d9-b032-0d316e93242f/20452070913-250.jpg",
    "song": "Shout",
    "track_id": null,
    "recording_id": "79289fb1-4aee-46c5-9139-b3010b0a2bf5",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Shout",
    "release_id": null,
    "release_group_id": "0e4bf223-8cfe-3206-b78e-a4a814d8a85f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Mothersbaugh purchased a new Fairlight CMI sampling synthesizer and played it heavily in the recording sessions for this album - according to Gerald Casale, its use throughout the album drove him out of the band (2007 interview, Billboard magazine)\n\nhttps://en.wikipedia.org/wiki/Fairlight_CMI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}