Information about plays

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

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

{
    "id": 3535471,
    "uri": "https://api.kexp.org/v2/plays/3535471/?format=api",
    "airdate": "2025-08-03T16:29:38-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "https://coverartarchive.org/release/7923aa4a-de8a-44df-8512-f2edf0c113eb/38902472096-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7923aa4a-de8a-44df-8512-f2edf0c113eb/38902472096-250.jpg",
    "song": "Add Up My Love",
    "track_id": null,
    "recording_id": "1c6e21a9-f90b-4bd8-8b75-a397e05f347b",
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Charm",
    "release_id": null,
    "release_group_id": "6fb46378-9cb7-4693-b76d-a62f2cc09214",
    "labels": [
        "Good Buddy"
    ],
    "label_ids": [
        "f3fc38b9-ba60-4c66-830c-5d239dd5f260"
    ],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clairo is an American singer-songwriter who specializes in lo-fi bedroom pop. Her album Charm came out last year. \n\nhttps://clairo.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}