Information about plays

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

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

{
    "id": 3574434,
    "uri": "https://api.kexp.org/v2/plays/3574434/?format=api",
    "airdate": "2025-11-05T20:00:11-08:00",
    "show": 65032,
    "show_uri": "https://api.kexp.org/v2/shows/65032/?format=api",
    "image_uri": "https://coverartarchive.org/release/d56bca83-714e-4e1e-a8fb-a0e0f1bc8e0d/27958092818-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d56bca83-714e-4e1e-a8fb-a0e0f1bc8e0d/27958092818-250.jpg",
    "song": "Mirror Chop",
    "track_id": null,
    "recording_id": "88348130-371e-4477-9da8-ea673b220de2",
    "artist": "Flavor Crystals",
    "artist_ids": [
        "d7a1107b-e430-4aec-9974-77537f33984a"
    ],
    "album": "Three",
    "release_id": null,
    "release_group_id": "cb6b597a-9474-4a39-8b7a-04fab8a90fe2",
    "labels": [
        "mpls ltd"
    ],
    "label_ids": [
        "7b7eb8f8-b052-4d48-a89f-2daac58f4c66"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Sunset Tavern Friday at 11pm as part of Freakout Festival! Stay tuned to win passes in the 8pm and 9pm hours!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}