Information about plays

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

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

{
    "id": 3579543,
    "uri": "https://api.kexp.org/v2/plays/3579543/?format=api",
    "airdate": "2025-11-17T21:06:01-08:00",
    "show": 65140,
    "show_uri": "https://api.kexp.org/v2/shows/65140/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hacernos Así",
    "track_id": null,
    "recording_id": "da0cbf52-c2e7-49b5-9f24-abe247e7f0c8",
    "artist": "Africa Express feat. Luisa Almaguer, Damon Albarn, Seye Adelekan, Nick Zinner, Joan as Police Woman & Mexican Institute of Sound",
    "artist_ids": [
        "64e82e9d-03c0-4cf7-ac48-bf5e1f07f2b2",
        "4619405a-b168-4548-a56b-e4587466c382",
        "7d7a5fdd-0d04-4c36-8bee-906feeae239c",
        "643361ed-e7a0-47f7-b32e-793a8ec1bd70",
        "20dc35ec-6cc1-4c66-98a3-4a6116cb3869",
        "62773859-b9b9-4108-b814-cfd91459d716",
        "b020d789-323f-4441-a110-032a40d9b10a"
    ],
    "album": "Africa Express Presents... Bahidorá",
    "release_id": null,
    "release_group_id": "5b6b84d7-97c4-4caa-8af5-1651d96c25ed",
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}