Information about plays

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

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

{
    "id": 3549325,
    "uri": "https://api.kexp.org/v2/plays/3549325/?format=api",
    "airdate": "2025-09-05T18:34:23-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia800502.us.archive.org/34/items/mbid-56f659b9-499a-4c1b-8639-950dba633151/mbid-56f659b9-499a-4c1b-8639-950dba633151-42412803197_thumb500.jpg",
    "thumbnail_uri": "https://ia800502.us.archive.org/34/items/mbid-56f659b9-499a-4c1b-8639-950dba633151/mbid-56f659b9-499a-4c1b-8639-950dba633151-42412803197_thumb250.jpg",
    "song": "Last One",
    "track_id": "4a21e551-24b6-478b-aa5b-2d1745b2e8dc",
    "recording_id": "20a380a6-1cfe-4ee1-9f97-3237a73121fd",
    "artist": "Cerrone & Christine and the Queens",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc",
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "Catching feelings",
    "release_id": "56f659b9-499a-4c1b-8639-950dba633151",
    "release_group_id": "e4fce211-91ea-4835-a007-00fdfc86161f",
    "labels": [
        "Because Music",
        "Malligator Préférence"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1",
        "9a116da5-c1fa-43eb-a707-748c66cf4a09"
    ],
    "release_date": "2025-07-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Release from Cerrone and Christine and the Queens!\nFun facts: Both artists are based out of France\nhttps://cerroneofficial.bandcamp.com/track/last-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}