Information about plays

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

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

{
    "id": 3550486,
    "uri": "https://api.kexp.org/v2/plays/3550486/?format=api",
    "airdate": "2025-09-08T14:58:23-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://coverartarchive.org/release/254d9d3f-2263-4d8d-b404-3a9b2dc2b8ab/20992655485-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/254d9d3f-2263-4d8d-b404-3a9b2dc2b8ab/20992655485-250.jpg",
    "song": "Too Many Days",
    "track_id": null,
    "recording_id": "b7fdd698-dea7-4046-b283-97d9d939d45d",
    "artist": "LaBelle",
    "artist_ids": [
        "875074d3-6458-47b4-b515-f7ecda93bd8d"
    ],
    "album": "Labelle",
    "release_id": null,
    "release_group_id": "ed1a3656-6482-321e-9446-b84f27016c0c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1971-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first album released by the group under their new name, LaBelle, after previously being known as Patti LaBelle and the Bluebelles. Patti LaBelle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}