Information about plays

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

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

{
    "id": 3543447,
    "uri": "https://api.kexp.org/v2/plays/3543447/?format=api",
    "airdate": "2025-08-22T19:37:33-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Niño",
    "track_id": null,
    "recording_id": "bcf3ddf2-28f9-49ed-b43b-bb256af89ff9",
    "artist": "DjeuhDjoah & Lieutenant Nicholson",
    "artist_ids": [
        "167ae322-64ca-4a9a-99ab-87823bf3bb5d",
        "5007ef3a-e635-48ad-879e-46eea405a92a"
    ],
    "album": "El Niño / Fontaine (Drink Drink)",
    "release_id": null,
    "release_group_id": "e382d58c-b00d-4b21-81e6-5128e0232fc4",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Djeuhdjoah & Lieutenant Nicholson are an enchanting French singing duo taking you a journey through jazz, Afrobeat, soul, funk, electro, and reggae.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}