Information about plays

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

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

{
    "id": 3574097,
    "uri": "https://api.kexp.org/v2/plays/3574097/?format=api",
    "airdate": "2025-11-04T23:53:45-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "https://coverartarchive.org/release/9007a30b-fdcd-44b8-b595-5f15a4ee730e/39029712698-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9007a30b-fdcd-44b8-b595-5f15a4ee730e/39029712698-250.jpg",
    "song": "Fine Art",
    "track_id": null,
    "recording_id": "46819b7b-fe02-46be-97ce-6f2eb70106a3",
    "artist": "KNEECAP",
    "artist_ids": [
        "6ac275dd-eb37-42cf-9a60-6b147320c7be"
    ],
    "album": "Fine Art",
    "release_id": null,
    "release_group_id": "194d0907-10c8-4a99-b96b-6571b2a6c456",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}