Information about plays

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

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

{
    "id": 3586774,
    "uri": "https://api.kexp.org/v2/plays/3586774/?format=api",
    "airdate": "2025-12-04T15:30:01-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Respect",
    "track_id": "d248d94e-bbf5-3bf1-beed-ce5b50c7517c",
    "recording_id": "58921f48-a7eb-47ff-9ccc-0677341ce3e2",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Live in Europe",
    "release_id": "fd83fcc0-3f98-4051-96de-38c300afdca3",
    "release_group_id": "d4584c89-9749-3149-a0cf-b2f787cab6f5",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1991-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When I come home...\"\n--\nThis Otis Redding composition was produced by Steve Cropper. Cropper is playing guitar, too. This is the Stax house band, including The Memphis Horns.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}