Information about plays

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

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

{
    "id": 3594248,
    "uri": "https://api.kexp.org/v2/plays/3594248/?format=api",
    "airdate": "2025-12-21T23:47:43-08:00",
    "show": 65442,
    "show_uri": "https://api.kexp.org/v2/shows/65442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Got Just the Right Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Andromeda Orchestra",
    "artist_ids": [
        "68c0493a-c8e5-47db-8ec2-1e6af9f349a5"
    ],
    "album": "You Got Just the Right Thing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Faze Action Records"
    ],
    "label_ids": [],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://fazeactionrecords.bandcamp.com/album/andromeda-orchestra-you-got-just-the-right-thing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}