Information about plays

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

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

{
    "id": 3500499,
    "uri": "https://api.kexp.org/v2/plays/3500499/?format=api",
    "airdate": "2025-05-12T17:35:47-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/63efeda6-815e-4168-b73f-5919ee05f787/38558067070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63efeda6-815e-4168-b73f-5919ee05f787/38558067070-250.jpg",
    "song": "Thôi (alternate drum mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sàigòn Soul Revival",
    "artist_ids": [
        "660a9b8c-4da4-4466-9152-174a627eda50"
    ],
    "album": "Mối lương duyên",
    "release_id": null,
    "release_group_id": "f92679c9-3a15-4903-8cc0-33c25cfbf6ca",
    "labels": [
        "Saigon Supersound"
    ],
    "label_ids": [
        "bc1f04a7-9a56-41d4-b8cf-21448db476d4"
    ],
    "release_date": "2024-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://saigonsoulrevival.bandcamp.com/album/con-tim-v-n-c-m-t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}