Information about plays

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

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

{
    "id": 3412953,
    "uri": "https://api.kexp.org/v2/plays/3412953/?format=api",
    "airdate": "2024-10-15T12:02:16-07:00",
    "show": 61583,
    "show_uri": "https://api.kexp.org/v2/shows/61583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better",
    "track_id": "3231a047-c956-498a-a376-9d523d203e87",
    "recording_id": "7fe97c94-3341-4c79-a2ca-93b873236234",
    "artist": "Fennec",
    "artist_ids": [
        "f5fb7e5e-e8fd-43c3-b0fe-facc8fd38940"
    ],
    "album": "Nice Work Vol. 3",
    "release_id": "4cbe5b95-5441-446b-b5d4-0255b9bcb7d3",
    "release_group_id": "74ef9c9e-caf1-4583-919d-6c6c550de20a",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fennec, known for his lo-fi house and electronic music, often incorporates nostalgic and dreamy elements into his tracks. \n\nOn the final volume of the Nice Work series, it ends with a little comfort, a little consolation, and a ton of loopy reassurances with \"Better\" which eventually, as all things do, breaks loose into a chopped up blitz of soul-infused madness. It's gonna be fine, just give it some time!\n\nhttps://fennecsound.bandcamp.com/album/nice-work-vol-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}