Information about plays

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

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

{
    "id": 3544110,
    "uri": "https://api.kexp.org/v2/plays/3544110/?format=api",
    "airdate": "2025-08-24T07:20:46-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Hours",
    "track_id": null,
    "recording_id": null,
    "artist": "RΠЯ",
    "artist_ids": [
        "a2aba78a-312a-4ebf-b10b-549fbcff4c6d"
    ],
    "album": "Blue Hours",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Athenian Aura Recordings"
    ],
    "label_ids": [
        "dd219fc9-b52b-49d0-8ab1-3f667d9c4004"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New solo single from Athens-based producer and Keep Shelly in Athens member RΠЯ ~ https://athenianaurarecordings.bandcamp.com/album/blue-hours",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}