Information about plays

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

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

{
    "id": 3590084,
    "uri": "https://api.kexp.org/v2/plays/3590084/?format=api",
    "airdate": "2025-12-12T08:48:06-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockerbilly",
    "track_id": "b2761282-e058-4020-8e7d-bb20321cc79f",
    "recording_id": "f00cd8f9-04c7-42b7-ba9c-0fb1d290cc73",
    "artist": "Georgia Knight",
    "artist_ids": [
        "8379ec0b-cd4f-4889-8fc4-a8cb3c711791"
    ],
    "album": "Beanpole",
    "release_id": "bf7cfb9b-03f9-45ca-acef-afb078102809",
    "release_group_id": "8e04f69a-06ae-4685-99f4-f27e7aac74c6",
    "labels": [
        "Poison City Records"
    ],
    "label_ids": [
        "42ff3b7f-7ea3-409b-b800-c565fb35883f"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 7-song \"Beanpole' is the debut album from Australian musician Georgia Knight. She primarily composes and performs her songs on the autoharp:  https://georgiaknight.bandcamp.com/album/beanpole\n--\nWatch her perform \"Rockerbilly\" live: https://www.youtube.com/watch?v=XQn2UQ4iZyI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}