Information about plays

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

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

{
    "id": 3594753,
    "uri": "https://api.kexp.org/v2/plays/3594753/?format=api",
    "airdate": "2025-12-23T04:56:33-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Citgo",
    "track_id": null,
    "recording_id": "c840d2ad-d0e0-4be4-8272-86fdf604f720",
    "artist": "Chief Keef",
    "artist_ids": [
        "9118f524-be76-4eaf-875c-ccf15e2a2ad6"
    ],
    "album": "Finally Rich",
    "release_id": null,
    "release_group_id": "249eeae3-9e0f-4d19-a580-9b80bf054f41",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2012-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My favorite Christmas song that's not actually a Christmas song! Listen to that beat though...\n\nHave a great Holiday Week and catch you next time for one more 2025 show <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}