Information about plays

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

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

{
    "id": 3556021,
    "uri": "https://api.kexp.org/v2/plays/3556021/?format=api",
    "airdate": "2025-09-21T18:27:19-07:00",
    "show": 64626,
    "show_uri": "https://api.kexp.org/v2/shows/64626/?format=api",
    "image_uri": "https://coverartarchive.org/release/e08ebdb3-89c3-4c95-98c6-290da5dcda70/20617507811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e08ebdb3-89c3-4c95-98c6-290da5dcda70/20617507811-250.jpg",
    "song": "Esperar prá ver",
    "track_id": null,
    "recording_id": "9bec779d-e825-49dc-8a03-891d195f6719",
    "artist": "Evinha",
    "artist_ids": [],
    "album": "Cartão postal",
    "release_id": null,
    "release_group_id": "719b958c-b95e-4f77-93a9-d3b16c6f9152",
    "labels": [
        "Odeon"
    ],
    "label_ids": [
        "40eff784-c102-4045-b32d-f74d1449756d"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evinha is a famous Brazilian singer. She got her start in the 60's, singing in a group with her siblings. She struck out on he rown and enjoyed great success through the 70's, and continues to perform as a solo act and occasionally with her original group, Trio Esperança.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}