Information about plays

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

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

{
    "id": 3550256,
    "uri": "https://api.kexp.org/v2/plays/3550256/?format=api",
    "airdate": "2025-09-08T02:38:01-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/a95b3c31-f337-4e84-bb57-dada444ca200/38074806903-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a95b3c31-f337-4e84-bb57-dada444ca200/38074806903-250.jpg",
    "song": "King Porter Stomp",
    "track_id": null,
    "recording_id": "59c4f84d-95a4-4d0b-9e78-49545673b2ad",
    "artist": "Riley Mulherkar",
    "artist_ids": [
        "85ab91d9-21fe-48a8-8dfc-1e1125680ecc"
    ],
    "album": "Riley",
    "release_id": null,
    "release_group_id": "3906d57b-128d-4c7b-96e6-0e74edaf6bb7",
    "labels": [
        "Westerlies Records"
    ],
    "label_ids": [
        "5b39c040-92dd-40e5-918a-6bc9d0eec06d"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}