Information about plays

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

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

{
    "id": 3592110,
    "uri": "https://api.kexp.org/v2/plays/3592110/?format=api",
    "airdate": "2025-12-17T02:33:44-08:00",
    "show": 65399,
    "show_uri": "https://api.kexp.org/v2/shows/65399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night or Day",
    "track_id": "3680c46f-f506-4c5e-82dc-cd2029e52b96",
    "recording_id": "7b506135-2ff5-4eb3-a229-19966a8abe6b",
    "artist": "Franz Ferdinand",
    "artist_ids": [
        "aa7a2827-f74b-473c-bd79-03d065835cf7"
    ],
    "album": "The Human Fear",
    "release_id": "1fa6d858-cdcc-4777-b7bf-23e356f44516",
    "release_group_id": "f684cb43-eb20-457a-a832-39bcc7d7ffb3",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Human Fear is the sixth studio album by Scottish indie rock band Franz Ferdinand, released on 10 January 2025. Live on KEXP: https://www.youtube.com/watch?v=gAObqZN7FI8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}