Information about plays

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

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

{
    "id": 3520191,
    "uri": "https://api.kexp.org/v2/plays/3520191/?format=api",
    "airdate": "2025-06-29T00:08:23-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/95527fbf-4a26-4446-ad86-463699e378a1/34171651489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95527fbf-4a26-4446-ad86-463699e378a1/34171651489-250.jpg",
    "song": "Watch Your Step",
    "track_id": null,
    "recording_id": "930808dd-0ef3-43b6-bfab-16c998262cd0",
    "artist": "Girlschool",
    "artist_ids": [
        "ebe18ea1-9fcf-426e-9c54-10eecc207a66"
    ],
    "album": "Hit and Run",
    "release_id": null,
    "release_group_id": "078cc28f-de57-32c1-a90b-9affd66160c9",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lots of great interviews and other great stuff here: https://www.facebook.com/GirlschoolOfficial/\nand here: https://girlschool.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}