Information about plays

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

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

{
    "id": 3588213,
    "uri": "https://api.kexp.org/v2/plays/3588213/?format=api",
    "airdate": "2025-12-07T19:53:50-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A sua fuga não vai adiantar",
    "track_id": null,
    "recording_id": "ba9da16e-cde3-4af7-9562-369a4ecee7f2",
    "artist": "Arthur Rezende",
    "artist_ids": [
        "d2ba7b0f-90cd-472f-9e89-9e7be40bd525"
    ],
    "album": "Brazilian Nuggets - Back From the Jungle, Volume 4",
    "release_id": null,
    "release_group_id": "310fbb09-d845-415c-b0dc-6fdf3110fa03",
    "labels": [
        "MANFF"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portuguese singer Arthur Rezende released \"(Your Escape Will Be of No Use) A Sua Fuga Não Vai Adiantar\" and b-side \"(In Your Body I Am Remade) Em Seu Corpo Me Refaço\" in 1973.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}