Information about plays

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

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

{
    "id": 3608200,
    "uri": "https://api.kexp.org/v2/plays/3608200/?format=api",
    "airdate": "2026-01-23T21:32:21-08:00",
    "show": 65734,
    "show_uri": "https://api.kexp.org/v2/shows/65734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ere Aladun",
    "track_id": null,
    "recording_id": "e3886fd4-900d-4f76-a999-68f7760f49c3",
    "artist": "Gboyega Adelaja",
    "artist_ids": [
        "8294dd7d-9812-46af-9390-d8df0a715b1e"
    ],
    "album": "Colourful Environment",
    "release_id": null,
    "release_group_id": "b872aecf-1e12-4512-95fe-c70b754c827e",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundwayrecords.bandcamp.com/track/colourful-environment\n\nhttps://www.discogs.com/release/3975100-Gboyega-Adelaja-Colourful-Environment",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}