Information about plays

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

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

{
    "id": 3592882,
    "uri": "https://api.kexp.org/v2/plays/3592882/?format=api",
    "airdate": "2025-12-19T01:18:22-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "https://ia800808.us.archive.org/25/items/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180-43463560315_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/25/items/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180-43463560315_thumb250.jpg",
    "song": "Mouth Words",
    "track_id": "03e386a6-be33-4847-a50c-1c021ac69c94",
    "recording_id": "606e7453-1d16-4f22-9586-42691fd9e716",
    "artist": "SML",
    "artist_ids": [
        "f127f13b-b897-4595-ae01-4bf4129ff87b"
    ],
    "album": "How You Been",
    "release_id": "eb89ea90-7316-4682-94d7-fa29e93e6180",
    "release_group_id": "27dacd5c-7f66-4ebf-a8f5-1610b6eca083",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}