Information about plays

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

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

{
    "id": 3606886,
    "uri": "https://api.kexp.org/v2/plays/3606886/?format=api",
    "airdate": "2026-01-20T17:55:51-08:00",
    "show": 65709,
    "show_uri": "https://api.kexp.org/v2/shows/65709/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3ae60d9-9b39-4aee-9f9f-90e84a3a2322/4196171500-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3ae60d9-9b39-4aee-9f9f-90e84a3a2322/4196171500-250.jpg",
    "song": "Lucinda",
    "track_id": null,
    "recording_id": null,
    "artist": "A Certain Ratio",
    "artist_ids": [
        "73577e86-4da8-4d76-949d-34c757e053be"
    ],
    "album": "Sextet",
    "release_id": null,
    "release_group_id": "7e016059-41ac-3c0f-bdc2-8b29bc936aa6",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Certain Radio are a Manchester post-punk band formed in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}