Information about plays

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

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

{
    "id": 3595622,
    "uri": "https://api.kexp.org/v2/plays/3595622/?format=api",
    "airdate": "2025-12-25T02:03:43-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rudolph the Rednose Reindeer",
    "track_id": null,
    "recording_id": "80e2c6af-54bd-4380-9c79-c2e7cfc744e1",
    "artist": "DMX",
    "artist_ids": [
        "f3bf61f8-97d4-4e52-a73d-2ddbbe8196c8"
    ],
    "album": "Rudolph the Rednose Reindeer",
    "release_id": null,
    "release_group_id": "fced3e83-4698-4535-95a5-e2f9a456ddc4",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DMX originally ad-libbed this track with his own beat on a table based on a request from an interviewer -- he later released this version in 2017\n\nCheck out the amazing original: https://youtu.be/AXca4WcCzlo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}