Information about plays

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

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

{
    "id": 3617799,
    "uri": "https://api.kexp.org/v2/plays/3617799/?format=api",
    "airdate": "2026-02-15T10:07:53-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "America",
    "track_id": null,
    "recording_id": "5c88097c-ce49-4286-b0e1-8c6f85cce7be",
    "artist": "Charley Crockett",
    "artist_ids": [
        "cf391be8-a609-4fcf-8de1-0eff6b639ae5"
    ],
    "album": "$10 Cowboy",
    "release_id": null,
    "release_group_id": "15a0d9f2-b199-42eb-a3c3-e3a30df4102d",
    "labels": [
        "Son of Davy"
    ],
    "label_ids": [
        "30f85476-6754-4464-ba0b-b2398477fcfa"
    ],
    "release_date": "2024-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing two shows in Seattle at The 5th Avenue Theatre on February 19 and 20.\n\nhttps://store.charleycrockett.com/pages/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}