Information about plays

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

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

{
    "id": 3547817,
    "uri": "https://api.kexp.org/v2/plays/3547817/?format=api",
    "airdate": "2025-09-02T03:31:18-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Day Too Long",
    "track_id": null,
    "recording_id": null,
    "artist": "Jamie Myerson",
    "artist_ids": [
        "fc35f813-7b7b-4cad-b36b-72d5e99cca6c"
    ],
    "album": "Shadow Self",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://jamiemyerson.bandcamp.com/album/shadow-self",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}