Information about plays

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

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

{
    "id": 3590450,
    "uri": "https://api.kexp.org/v2/plays/3590450/?format=api",
    "airdate": "2025-12-13T05:04:02-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Age Is in Ya Head!",
    "track_id": "5f6eb079-69eb-4a2d-9772-c788c65ca3d4",
    "recording_id": "0626dc85-df65-49e2-86bb-e702b5796bab",
    "artist": "The Thieves Of Kailua",
    "artist_ids": [
        "30d66528-8b82-434e-8671-336d46d71720"
    ],
    "album": "The Thieves of Kailua",
    "release_id": "6be6e91f-0aca-4220-b8a5-bd1b04e95a39",
    "release_group_id": "8b866d1a-0355-404c-aeb3-f90548c00a9a",
    "labels": [
        "Mill Pond Records"
    ],
    "label_ids": [
        "0d7a59ff-5cf7-4a69-a162-8b51ae7dbc02"
    ],
    "release_date": "2007-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}