Information about plays

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

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

{
    "id": 3550877,
    "uri": "https://api.kexp.org/v2/plays/3550877/?format=api",
    "airdate": "2025-09-09T13:43:20-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://ia600301.us.archive.org/14/items/mbid-c5f6df4b-ae7f-4ef4-8e30-bc5d66dcd495/mbid-c5f6df4b-ae7f-4ef4-8e30-bc5d66dcd495-39089874295_thumb500.jpg",
    "thumbnail_uri": "https://ia600301.us.archive.org/14/items/mbid-c5f6df4b-ae7f-4ef4-8e30-bc5d66dcd495/mbid-c5f6df4b-ae7f-4ef4-8e30-bc5d66dcd495-39089874295_thumb250.jpg",
    "song": "Oh Yeah, Maybe Baby",
    "track_id": "39c735d0-b961-343b-892d-327bcad5bab2",
    "recording_id": "dc28a8f1-629b-4fd5-9e63-50db38c9dc93",
    "artist": "The Crystals",
    "artist_ids": [
        "c68ea4b4-85ae-481e-8345-959f6cfc1fdc"
    ],
    "album": "Da Doo Ron Ron: The Very Best of The Crystals",
    "release_id": "c5f6df4b-ae7f-4ef4-8e30-bc5d66dcd495",
    "release_group_id": "ebecea81-5437-40f6-a272-358c6f95fa1d",
    "labels": [
        "Phil Spector Records"
    ],
    "label_ids": [
        "6e2d19b1-34b4-42c7-9295-34c09bef17e7"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1961 on Philles Records, this single by The Crystals was arranged and recorded by Phil Spector. The b-side was There's No Other (Like My Baby).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}