Information about plays

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

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

{
    "id": 3586281,
    "uri": "https://api.kexp.org/v2/plays/3586281/?format=api",
    "airdate": "2025-12-03T12:24:21-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Only Give You Everything",
    "track_id": "96c254b3-8049-4b6d-8988-3931aa3a60b8",
    "recording_id": "833ee989-91f3-4129-a2a8-1b892b55db94",
    "artist": "Them",
    "artist_ids": [
        "dbd8e1e8-b3d5-4c5f-9343-bbe5e86380a6"
    ],
    "album": "Them Again",
    "release_id": "34d3c13d-7f6a-4605-8c74-04d337a4c403",
    "release_group_id": "50a4e709-e207-3692-87c9-6a3157f84b61",
    "labels": [
        "Parrot"
    ],
    "label_ids": [
        "8bfb75e3-96a6-4b24-a65a-67049293fb4c"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Them was a Belfast based rock band, made famous by their 1964 standard \"Gloria.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}