Information about plays

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

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

{
    "id": 3547305,
    "uri": "https://api.kexp.org/v2/plays/3547305/?format=api",
    "airdate": "2025-08-31T20:44:01-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All That Jazz",
    "track_id": null,
    "recording_id": "3d3b49d6-cda1-47a4-9b5e-df11a1f6071c",
    "artist": "Ruffneck Featuring Yavahn",
    "artist_ids": [
        "d6acbf85-0dbe-4cef-aa24-b3aaa44dba75",
        "15b9a43a-d7f6-41ad-b9d1-5a70fccd437b"
    ],
    "album": "New Life",
    "release_id": null,
    "release_group_id": "3b4e9371-45f7-4af6-9671-8b6408ad0719",
    "labels": [
        "Strictly Rhythm"
    ],
    "label_ids": [
        "29c1256a-d989-4035-a856-95d707e2082c"
    ],
    "release_date": "1999-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}