Information about plays

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

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

{
    "id": 3555648,
    "uri": "https://api.kexp.org/v2/plays/3555648/?format=api",
    "airdate": "2025-09-20T22:15:24-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://coverartarchive.org/release/a80ad149-61b0-4239-bfb9-74bc42a7c5c3/36753820339-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a80ad149-61b0-4239-bfb9-74bc42a7c5c3/36753820339-250.jpg",
    "song": "My Beach",
    "track_id": null,
    "recording_id": "4448b73e-977c-468a-a8fb-40748015ccd7",
    "artist": "Surf Punks",
    "artist_ids": [
        "676c2ca2-f7e8-43df-a79c-ad52c1671e04"
    ],
    "album": "My Beach",
    "release_id": null,
    "release_group_id": "a678d852-0c9d-3c73-876f-2ad19c8397d5",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}