Information about plays

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

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

{
    "id": 3595201,
    "uri": "https://api.kexp.org/v2/plays/3595201/?format=api",
    "airdate": "2025-12-24T04:29:35-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Little Respect (Wall Barbosa Boot Mix 2019)",
    "track_id": null,
    "recording_id": null,
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "A Little Respect",
    "release_id": null,
    "release_group_id": "3bc60edb-4bd4-3ff6-863b-09bd79c3dad3",
    "labels": [],
    "label_ids": [],
    "release_date": "1988-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BE NICE TO EVERYONE WORKING DURING THE HOLIDAYS!!! Flight Attendants, service workers, everybody be nice!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}