Information about plays

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

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

{
    "id": 3437302,
    "uri": "https://api.kexp.org/v2/plays/3437302/?format=api",
    "airdate": "2024-12-12T20:39:48-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For You",
    "track_id": null,
    "recording_id": null,
    "artist": "TOKiMONSTA",
    "artist_ids": [
        "96f6ec97-998c-4991-b836-7b71feb3ca6f"
    ],
    "album": "Eternal Reverie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Art Jovem"
    ],
    "label_ids": [],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jennifer Lee, known professionally as TOKiMONSTA, is an American record producer and DJ based in Los Angeles.\n\nThis track is off of TOKiMONSTA's upcoming fifth studio album, Eternal Reverie which releases March 7, 2025.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}