Information about plays

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

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

{
    "id": 3547668,
    "uri": "https://api.kexp.org/v2/plays/3547668/?format=api",
    "airdate": "2025-09-01T18:43:33-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emotion",
    "track_id": null,
    "recording_id": "6a461860-ec19-49f3-aaed-b9aff992b422",
    "artist": "Bee Gees",
    "artist_ids": [
        "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810"
    ],
    "album": "Their Greatest Hits: The Record",
    "release_id": null,
    "release_group_id": "d82e6740-57ed-3e89-8d0a-5ab10433db3c",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emotion was first a hit for Samantha Sang in '78 despite being written by the Bee Gees. They recorded their own version in 1994 and included it in this greatest hits comp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}