Information about plays

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

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

{
    "id": 3594398,
    "uri": "https://api.kexp.org/v2/plays/3594398/?format=api",
    "airdate": "2025-12-22T08:49:02-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Your Precious Love",
    "track_id": "d78a02a0-af1d-3aaf-8c13-6ecef79d5fe9",
    "recording_id": "b8e7caf6-09a7-4e3e-a627-e645aa5747b9",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Otis! The Definitive Otis Redding",
    "release_id": "6a2687d1-523e-4b1b-998d-79c5ebd40078",
    "release_group_id": "fadcd83b-036f-3ec2-b112-461be5388301",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Otis' cover of the original, written by Arthur Brooks, Richard Brooks and Jerry Butler, and performed by Jerry Butler and The Impressions in 1958.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}