Information about plays

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

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

{
    "id": 3572833,
    "uri": "https://api.kexp.org/v2/plays/3572833/?format=api",
    "airdate": "2025-11-01T22:40:43-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/823aec00-b3cf-4101-9f95-a98fe33d539a/40443200047-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/823aec00-b3cf-4101-9f95-a98fe33d539a/40443200047-250.jpg",
    "song": "Pat Jasan",
    "track_id": null,
    "recording_id": "41c984c6-f66c-4c05-8fc3-6cd0105ed843",
    "artist": "Sex Swing",
    "artist_ids": [
        "acb3b2a9-9528-4000-8be4-7d1f42c11fb3"
    ],
    "album": "Golden Triangle",
    "release_id": null,
    "release_group_id": "b0eabea7-68a3-4959-abe6-88aa884f3dfb",
    "labels": [
        "God Unknown Records"
    ],
    "label_ids": [
        "c933a7e5-e1d4-4c4d-b6c5-a4b4cbfe5fa1"
    ],
    "release_date": "2024-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London band featuring members of EARTH, MUGSTAR, DETHSCALATOR, SNOW GHOSTS, and The Keep.\n\nhttps://sexswing.bandcamp.com/\nhttps://www.facebook.com/seexswiing/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}