Information about plays

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

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

{
    "id": 3500676,
    "uri": "https://api.kexp.org/v2/plays/3500676/?format=api",
    "airdate": "2025-05-13T03:24:38-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight On!",
    "track_id": "b6c04fa2-b9d6-447c-b648-9150e771e302",
    "recording_id": "f16fa287-aeb7-48af-9849-b7a7646ae6f2",
    "artist": "The Harlem Gospel Travelers",
    "artist_ids": [
        "a8cbce80-f96d-47ce-bd79-3991c80ee5b4"
    ],
    "album": "Look Up!",
    "release_id": "a032e9ae-74b3-424f-b201-8de3c409324f",
    "release_group_id": "0bc2100c-aaf4-4cdc-9bba-b857387131bd",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2022-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}