Information about plays

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

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

{
    "id": 3551412,
    "uri": "https://api.kexp.org/v2/plays/3551412/?format=api",
    "airdate": "2025-09-10T19:57:20-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mushroomeclipse",
    "track_id": null,
    "recording_id": "ae097e7a-4871-4e4e-8f6e-cde5037315a8",
    "artist": "Carlos Niño & Friends with Iasos",
    "artist_ids": [
        "ff722bf1-3f5e-4570-aff2-dbfaf4b1fb71",
        "c5556b56-c9a5-4429-b44c-4263e8409fdf"
    ],
    "album": "Actual Presence",
    "release_id": null,
    "release_group_id": "8728a75b-c32e-4b7a-bee1-52a7ca737564",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2020-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}