Information about plays

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

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

{
    "id": 3595513,
    "uri": "https://api.kexp.org/v2/plays/3595513/?format=api",
    "airdate": "2025-12-24T20:11:06-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Bond Theme",
    "track_id": null,
    "recording_id": "fc18e8aa-3132-41d5-a745-720370821d90",
    "artist": "The Son of P.M.",
    "artist_ids": [
        "c2a95ef1-d556-4d8b-bac6-931d1f2a4e6b"
    ],
    "album": "Classic Goes Modern Dance: เพลงมวย และ นานาชาติ",
    "release_id": null,
    "release_group_id": "28a210bd-704a-4caa-a3a8-deadcf4770db",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super trippy Thai cover of the James Bond theme. With Thai Phuphats and all!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}