Information about plays

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

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

{
    "id": 3595028,
    "uri": "https://api.kexp.org/v2/plays/3595028/?format=api",
    "airdate": "2025-12-23T19:01:24-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus",
    "track_id": null,
    "recording_id": "90c950ab-3f52-4a4b-8458-97d76bc3a423",
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Repentance",
    "release_id": null,
    "release_group_id": "ab062eb8-eb63-3cbe-8122-87110156326c",
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}