Information about plays

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

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

{
    "id": 3561141,
    "uri": "https://api.kexp.org/v2/plays/3561141/?format=api",
    "airdate": "2025-10-04T06:28:00-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e093faf-e9a2-478f-b4d0-220c0615f8a0/16553487828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e093faf-e9a2-478f-b4d0-220c0615f8a0/16553487828-250.jpg",
    "song": "Pleaser",
    "track_id": null,
    "recording_id": "218e865d-12fd-4f28-a06b-c6d5c76b20aa",
    "artist": "Wallows",
    "artist_ids": [
        "9fae44ec-b95c-4b0f-a0a6-f0008613eabf"
    ],
    "album": "Pleaser",
    "release_id": null,
    "release_group_id": "b1cc30d4-5a22-47ec-a419-048ce4be1b93",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}