Information about plays

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

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

{
    "id": 3583622,
    "uri": "https://api.kexp.org/v2/plays/3583622/?format=api",
    "airdate": "2025-11-27T10:37:04-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coffee & TV",
    "track_id": "508cb5bf-0905-4943-868e-b10ed5c9a0e3",
    "recording_id": "b1b54b93-e1e3-42fe-a053-3bf6fd7d5282",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "13",
    "release_id": "7aef9b0e-4f90-4671-a127-c24cad0a21a4",
    "release_group_id": "307e8da2-8e8b-3bde-9324-5162501166d1",
    "labels": [
        "Virgin",
        "Food"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "4da71031-2698-4778-9eed-5a441ea83fcc"
    ],
    "release_date": "1999-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blur guitarist Graham Coxon wrote this song after he gave up alcohol. It's an upbeat Pop song with melancholy lyrics, as Coxon sings about his trouble dealing with the sober world: \"Sociability is hard enough for me, take me away from this big bad world and agree to marry me.\" - https://bit.ly/3k2acut\nhttps://www.blur.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}