Information about plays

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

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

{
    "id": 3587417,
    "uri": "https://api.kexp.org/v2/plays/3587417/?format=api",
    "airdate": "2025-12-06T04:02:48-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guarding Shell",
    "track_id": "5dbe6008-0422-46e0-978e-b826a1abebc9",
    "recording_id": "f213d468-c2d5-4dbc-93ba-713f9e882a4d",
    "artist": "Sally Shapiro",
    "artist_ids": [
        "076b616f-399d-41d6-881e-fcb47505912b"
    ],
    "album": "Ready to Live a Lie",
    "release_id": "868bed3c-e92c-45c9-90d2-2d4b744cc019",
    "release_group_id": "527d3ced-2f49-40f6-a164-3f3b63db8e73",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}