Information about plays

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

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

{
    "id": 3550014,
    "uri": "https://api.kexp.org/v2/plays/3550014/?format=api",
    "airdate": "2025-09-07T11:23:05-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7eb4cf2-ad75-4b3f-b311-a0f6144b7ece/38560883654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7eb4cf2-ad75-4b3f-b311-a0f6144b7ece/38560883654-250.jpg",
    "song": "Crosstown Traffic",
    "track_id": null,
    "recording_id": "15656528-bebb-4866-b9cc-597cec91f6ee",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Electric Ladyland",
    "release_id": null,
    "release_group_id": "47ba2d59-5544-34a4-b108-dc08c0956298",
    "labels": [
        "Reprise"
    ],
    "label_ids": [],
    "release_date": "1968-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle guitarist played a kazoo he fashioned from a comb and tissue paper in tandem with playing guitar on this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}