Information about plays

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

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

{
    "id": 3627139,
    "uri": "https://api.kexp.org/v2/plays/3627139/?format=api",
    "airdate": "2026-03-09T16:09:52-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shout (Tim Wayne's Capitol Soul Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We are talking to you!! Support the one and only DRIVE TIME with RIZ and make a donation now at kexp.org/donate  \n\nhttps://capitalsoulmusic.bandcamp.com/album/shout-tim-waynes-capital-soul-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}