Information about plays

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

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

{
    "id": 3552200,
    "uri": "https://api.kexp.org/v2/plays/3552200/?format=api",
    "airdate": "2025-09-12T18:52:16-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try a Little Tenderness",
    "track_id": "c4946192-49d4-43cb-b5e3-dad9e51189b6",
    "recording_id": "37486abc-8240-4e8e-92ab-96c3568c2468",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Complete Stax-Volt Singles 1959-1968: A 26-Track Sampler",
    "release_id": "b2096233-548b-4a5a-b122-de7390e3dac7",
    "release_group_id": "d0c6a889-6701-485b-ac7b-1ecd98661576",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We should all try a little tenderness huh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}