Information about plays

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

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

{
    "id": 3412933,
    "uri": "https://api.kexp.org/v2/plays/3412933/?format=api",
    "airdate": "2024-10-15T11:31:46-07:00",
    "show": 61583,
    "show_uri": "https://api.kexp.org/v2/shows/61583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Power",
    "track_id": null,
    "recording_id": null,
    "artist": "Caleb Kunle",
    "artist_ids": [
        "c84b7a78-037e-45a2-a5b7-8aabbcaaa4fa"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Drawing inspiration from the three cities I call home, Lagos, Laois and London. The trio guide my exploration of balance and duality, self-love, and the complexity of romance in the modern world. My exploration sounds like Soul, Folk, Jazz and something beyond.\"\n\nCaleb Kunle’s music often explores themes of empowerment and self-discovery. “Power” is no exception, as it delves into the strength found in unity and the importance of standing up for one’s beliefs.\n\nhttps://www.instagram.com/caleb_kunle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}