Information about plays

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

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

{
    "id": 3574569,
    "uri": "https://api.kexp.org/v2/plays/3574569/?format=api",
    "airdate": "2025-11-06T03:32:15-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/dcb70ad3-9030-4c59-9bb2-e1b3fc5844d6/4242890510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dcb70ad3-9030-4c59-9bb2-e1b3fc5844d6/4242890510-250.jpg",
    "song": "Confusion",
    "track_id": null,
    "recording_id": "e3bc8a5e-a238-4899-ac03-33fbc9f5e793",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Confusion",
    "release_id": null,
    "release_group_id": "99edc9a6-bd42-318b-8e69-ccd7d6163f25",
    "labels": [
        "Streetwise"
    ],
    "label_ids": [
        "9d0dbb53-e923-413c-b434-f5a126c40d40"
    ],
    "release_date": "1983-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Both Bernard Sumner and Peter Hook played bass on this track -- which came five years after their live debut as Joy Division in Manchester, England -- January 25, 1978 \"Confusion\" was released in August 1983 as single FAC 93, the follow-up to breakthrough hit \"Blue Monday\" -- produced by DJ Arthur Baker, who was also famous for his work with Afrika Bambaataa and Planet Patrol, with Jill Jones and Pet Shop Boys, and with Tina Turner.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}