Information about plays

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

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

{
    "id": 3594551,
    "uri": "https://api.kexp.org/v2/plays/3594551/?format=api",
    "airdate": "2025-12-22T17:15:20-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "KeepsakeFM",
    "track_id": null,
    "recording_id": "4116acac-ba05-4199-9bc1-574009b852f4",
    "artist": "galen tipton & Holly Waxwing",
    "artist_ids": [
        "e46ffb0a-1c2a-4b40-9677-19ac1c776f99",
        "ba5770d7-b102-4225-b26c-79f804c136f4"
    ],
    "album": "keepsakeFM",
    "release_id": null,
    "release_group_id": "2f187c5e-731b-44bf-989c-85bc0af0a014",
    "labels": [
        "Orange Milk Records"
    ],
    "label_ids": [
        "c20b4fd9-f917-4f56-a861-e398c5a55ec2"
    ],
    "release_date": "2024-08-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "check out Portland artist Galen Tipton's latest release here: https://o0o0o0o0.bandcamp.com/album/the-death-of-music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}