Information about plays

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

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

{
    "id": 3489226,
    "uri": "https://api.kexp.org/v2/plays/3489226/?format=api",
    "airdate": "2025-04-15T13:14:06-07:00",
    "show": 63198,
    "show_uri": "https://api.kexp.org/v2/shows/63198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Je n’en connais pas la fin",
    "track_id": null,
    "recording_id": "13d3fd95-6d32-4c73-8bf9-b7d21e1c92e7",
    "artist": "Edith Piaf",
    "artist_ids": [],
    "album": "1935‐1947",
    "release_id": null,
    "release_group_id": "976a8a69-6e43-4a2b-8ffa-e38886e90541",
    "labels": [
        "Frémeaux & Associés"
    ],
    "label_ids": [
        "cafee478-ec00-413d-8865-9b78661a829c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edith Piaf was a French singer and actress whose interpretation of the chanson, or French ballad, made her internationally famous. Piaf’s songs and singing style seemed to reflect the tragedies of her own difficult life.\n\nRead more about the artist's life and legacy here:\nhttps://www.britannica.com/biography/Edith-Piaf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}