Information about plays

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

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

{
    "id": 3585683,
    "uri": "https://api.kexp.org/v2/plays/3585683/?format=api",
    "airdate": "2025-12-02T03:12:52-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Okayy We Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Andy Mineo, Mark Morrisson",
    "artist_ids": [
        "dcff5644-d6b9-49ef-91df-f14810e51dfb",
        "a0a59b62-d0c8-4c3e-a8bb-c4e587ed9f17"
    ],
    "album": "The And",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=OmETjQYrFoo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}