Information about plays

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

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

{
    "id": 3589882,
    "uri": "https://api.kexp.org/v2/plays/3589882/?format=api",
    "airdate": "2025-12-11T20:54:51-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "忘记他 (Forget Him )",
    "track_id": null,
    "recording_id": null,
    "artist": "關淑怡",
    "artist_ids": [
        "4eb19ca8-aba6-4318-8324-4fef3b8fe2d6"
    ],
    "album": "From the film \"Fallen Angel\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music Ltd."
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shirly Kwan - Forget Him\n\nWatch this beautiful scene from Wang Kor Wai's film here:\nhttps://www.youtube.com/watch?v=10YzP-pnBIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}