Information about plays

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

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

{
    "id": 3581195,
    "uri": "https://api.kexp.org/v2/plays/3581195/?format=api",
    "airdate": "2025-11-21T21:43:02-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Step Forward",
    "track_id": null,
    "recording_id": "17af616b-b3a3-47ac-a590-37a970dca1dd",
    "artist": "Max Romeo",
    "artist_ids": [
        "d82e9822-521a-4e20-bb22-9e944374cd40"
    ],
    "album": "Arkology",
    "release_id": null,
    "release_group_id": "c36249bb-90cc-343f-8215-2f2826f8a8f2",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}