Information about plays

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

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

{
    "id": 3421825,
    "uri": "https://api.kexp.org/v2/plays/3421825/?format=api",
    "airdate": "2024-11-05T19:08:09-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "H O M E",
    "track_id": "6f658c4c-3871-3592-862c-b0a40f5a94e0",
    "recording_id": "504be175-3a5c-4f4d-821c-65d3051b0f47",
    "artist": "Bole 2 Harlem",
    "artist_ids": [
        "5c416fbc-a413-4387-a45b-221010952c76"
    ],
    "album": "Bole 2 Harlem, Volume 1",
    "release_id": "9be25032-674d-467f-9835-3aba59df369e",
    "release_group_id": "e62d5b34-2b71-37d1-ad96-c12d7a282c48",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Conceived in the early 00s by Harlem-based musician and producer Dave Schommer, the Bole 2 Harlem project was an inspirational project that featured a collaboration between Ethiopian music and hip hop.: https://www.last.fm/music/Bole+2+Harlem/+wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}