Information about plays

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

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

{
    "id": 3549779,
    "uri": "https://api.kexp.org/v2/plays/3549779/?format=api",
    "airdate": "2025-09-06T21:57:42-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2ec9261-d34b-4ab8-bb5e-36e392458cc9/36191405031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2ec9261-d34b-4ab8-bb5e-36e392458cc9/36191405031-250.jpg",
    "song": "Let's Be Mean",
    "track_id": null,
    "recording_id": "6f19e93b-13ec-4824-9502-5cba22ed3924",
    "artist": "CLARKO",
    "artist_ids": [
        "995de7e9-7f6f-46be-907c-318f67634879"
    ],
    "album": "Welcome To Clarko",
    "release_id": null,
    "release_group_id": "5b9494a8-8c81-4bf0-a996-3e60f9f6eeb6",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2023-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out this cool write up that Maximumrocknroll did on Clarko by following the link below.\nWelcome to Clarko was one of Jenn's Top 10 Albums of 2023.\n\nhttps://www.maximumrocknroll.com/band/clarko/\nhttps://ironlungrecords.bandcamp.com/album/welcome-to-clarko-lungs-230",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}