Information about plays

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

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

{
    "id": 3553610,
    "uri": "https://api.kexp.org/v2/plays/3553610/?format=api",
    "airdate": "2025-09-16T03:34:23-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cacti",
    "track_id": null,
    "recording_id": null,
    "artist": "Rell Be Free, Khingz",
    "artist_ids": [
        "cd8861d1-69ae-43c4-b4cd-38caa2d8e3a4",
        "f8d1164c-3fcc-4000-9efa-4ff9e3bf213d"
    ],
    "album": "Free the Youth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Creative Justice"
    ],
    "label_ids": [],
    "release_date": "2024-12-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the compilation album Free the Youth by Seattle organization Creative Justice:\n\nhttps://creativejustice.bandcamp.com/album/free-the-youth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}