Information about plays

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

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

{
    "id": 3592107,
    "uri": "https://api.kexp.org/v2/plays/3592107/?format=api",
    "airdate": "2025-12-17T02:23:06-08:00",
    "show": 65399,
    "show_uri": "https://api.kexp.org/v2/shows/65399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pursuit Of Happiness (Nightmare)",
    "track_id": "aa6b9f57-f3fc-4c6d-9637-6031217b73da",
    "recording_id": "de6c03d8-401e-476b-87e0-e6bad7ad43a6",
    "artist": "Kid Cudi",
    "artist_ids": [
        "e0e1db18-f7ba-4dee-95ff-7ae8cf545460"
    ],
    "album": "Man On The Moon: The End Of Day",
    "release_id": "649dc67c-c58a-41cd-af5b-57b2fff754c8",
    "release_group_id": "1b4bb003-db4c-4858-84ec-817aaca09501",
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Kid Cudi's 2009 debut album \"Man on the Moon: The End of Day.\" The song was produced by Ratatat and features vocals from MGMT.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}