Information about plays

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

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

{
    "id": 3602045,
    "uri": "https://api.kexp.org/v2/plays/3602045/?format=api",
    "airdate": "2026-01-09T01:55:31-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party Mountain",
    "track_id": "36d5fb84-8115-30f0-802f-ad6648065d6d",
    "recording_id": "36d42dc4-9282-4b30-9806-8699c6be511f",
    "artist": "MAD RAD",
    "artist_ids": [
        "3589907b-48ac-44f2-b283-06914476c971"
    ],
    "album": "The Youth Die Young",
    "release_id": "fe0cdafc-fcb0-4767-baa9-1876fc528c7b",
    "release_group_id": "1e40dfe8-405a-40a6-8c39-5426db597354",
    "labels": [
        "Out For Stardom"
    ],
    "label_ids": [
        "f22f17e4-a23d-4dfa-b43a-2f7ce3d861d7"
    ],
    "release_date": "2010-12-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}