Information about plays

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

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

{
    "id": 3614463,
    "uri": "https://api.kexp.org/v2/plays/3614463/?format=api",
    "airdate": "2026-02-07T17:11:17-08:00",
    "show": 65866,
    "show_uri": "https://api.kexp.org/v2/shows/65866/?format=api",
    "image_uri": "https://coverartarchive.org/release/70ac72fb-5920-4bfd-b10c-ec04ca5e5d72/17149784656-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70ac72fb-5920-4bfd-b10c-ec04ca5e5d72/17149784656-250.jpg",
    "song": "Oo La La",
    "track_id": null,
    "recording_id": "d0f373c5-67fe-44c6-8f56-e44c9f5c45e7",
    "artist": "Beth Ditto",
    "artist_ids": [
        "a23b8dc2-97f4-4eab-a76d-dc3b2ef4b537"
    ],
    "album": "Fake Sugar",
    "release_id": null,
    "release_group_id": "c62f6f2d-d97f-42a2-a006-6c5ed109403d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2017-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}