Information about plays

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

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

{
    "id": 3545183,
    "uri": "https://api.kexp.org/v2/plays/3545183/?format=api",
    "airdate": "2025-08-26T19:12:23-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "https://coverartarchive.org/release/969b96f3-9091-40e0-957c-3ce4d0803292/22505886474-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/969b96f3-9091-40e0-957c-3ce4d0803292/22505886474-250.jpg",
    "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": "Aimez ces airs",
    "release_id": null,
    "release_group_id": "eea6f150-804c-453f-adf2-523b834391f7",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-08",
    "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"
}