Information about plays

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

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

{
    "id": 3412528,
    "uri": "https://api.kexp.org/v2/plays/3412528/?format=api",
    "airdate": "2024-10-14T12:25:42-07:00",
    "show": 61575,
    "show_uri": "https://api.kexp.org/v2/shows/61575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Essam",
    "artist_ids": [],
    "album": "No Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'No Love' a fusion of nasheed and hip hop that shines light on the dark realities of oppression, conflict and suffering worldwide. From the streets of South Seattle to Gaza. From the West to the East and every place in between, echoing the cries of those affected by violence and drug epidemic globally. This song is a moving reminder of the world's wounds. With each note and lyric, it demands attention and sparks reflection.\nhttps://www.youtube.com/watch?v=1_lV0iL4wF8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}