Information about plays

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

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

{
    "id": 3569372,
    "uri": "https://api.kexp.org/v2/plays/3569372/?format=api",
    "airdate": "2025-10-24T13:37:48-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-52c73ac0-34b5-4e3c-9843-490cebd9e9f0/mbid-52c73ac0-34b5-4e3c-9843-490cebd9e9f0-35613255731_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-52c73ac0-34b5-4e3c-9843-490cebd9e9f0/mbid-52c73ac0-34b5-4e3c-9843-490cebd9e9f0-35613255731_thumb250.jpg",
    "song": "Am I High",
    "track_id": "f1c971b3-2fa5-43e9-92fa-3a45596f39d0",
    "recording_id": "d41d2ce9-cbf7-4471-b079-7d3eca322b21",
    "artist": "N*E*R*D feat. Malice",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5",
        "e3c0a8e1-c404-4b52-b4aa-722185258eaa"
    ],
    "album": "In Search Of... Advance CD",
    "release_id": "1b770fc6-9656-46d8-8949-b64493cb9478",
    "release_group_id": "550a9dab-ce96-4926-aa3b-6a8a00b57cc1",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 2001 then re-recorded with live instruments and re-released in 2002",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}