Information about plays

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

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

{
    "id": 3566631,
    "uri": "https://api.kexp.org/v2/plays/3566631/?format=api",
    "airdate": "2025-10-18T05:05:02-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://coverartarchive.org/release/be170e98-7772-4478-9214-b2bcd59c5029/42868031260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be170e98-7772-4478-9214-b2bcd59c5029/42868031260-250.jpg",
    "song": "Stop & Smell the Roses",
    "track_id": null,
    "recording_id": "7585f6e7-1139-4d35-a8bd-7cdfb5fff500",
    "artist": "Television Personalities",
    "artist_ids": [
        "62c2cd94-30a8-43ed-9d06-8f689111c69c"
    ],
    "album": "The Painted Word",
    "release_id": null,
    "release_group_id": "f03e2b4e-572f-3a7a-9662-b25111a4d4ab",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth album from English post-punk band Television Personalities",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}