Information about plays

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

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

{
    "id": 3590424,
    "uri": "https://api.kexp.org/v2/plays/3590424/?format=api",
    "airdate": "2025-12-13T03:41:30-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "https://ia601300.us.archive.org/32/items/mbid-6c559bc9-0ca3-40a4-99f0-151e0e7a99ff/mbid-6c559bc9-0ca3-40a4-99f0-151e0e7a99ff-37870250544_thumb500.jpg",
    "thumbnail_uri": "https://ia601300.us.archive.org/32/items/mbid-6c559bc9-0ca3-40a4-99f0-151e0e7a99ff/mbid-6c559bc9-0ca3-40a4-99f0-151e0e7a99ff-37870250544_thumb250.jpg",
    "song": "The Hourglass",
    "track_id": "e449a2af-6198-433b-9834-12df29a036e2",
    "recording_id": "3ac606a2-e071-4dbc-a34e-85331d8acd7f",
    "artist": "Shannon and the Clams",
    "artist_ids": [
        "edda8263-7286-4227-9dc4-9ed8e6177f84"
    ],
    "album": "The Moon Is in the Wrong Place",
    "release_id": "6c559bc9-0ca3-40a4-99f0-151e0e7a99ff",
    "release_group_id": "3bdff444-eb6c-4ad2-9731-6d772cad602f",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}