Information about plays

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

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

{
    "id": 3570440,
    "uri": "https://api.kexp.org/v2/plays/3570440/?format=api",
    "airdate": "2025-10-27T01:28:57-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://dn721704.ca.archive.org/0/items/mbid-c02ff605-14f4-4920-8ddd-02df90fdf51d/mbid-c02ff605-14f4-4920-8ddd-02df90fdf51d-43189002797_thumb500.jpg",
    "thumbnail_uri": "https://dn721704.ca.archive.org/0/items/mbid-c02ff605-14f4-4920-8ddd-02df90fdf51d/mbid-c02ff605-14f4-4920-8ddd-02df90fdf51d-43189002797_thumb250.jpg",
    "song": "Mark II",
    "track_id": "422f73a4-3cfc-44a8-b1cf-0f5d04953503",
    "recording_id": "4e12016b-e3e4-4826-99dd-2081317a5cee",
    "artist": "Nala Sinephro",
    "artist_ids": [
        "46a4b150-be30-44b3-a337-e06a72657d33"
    ],
    "album": "The Smashing Machine (Original Motion Picture Soundtrack)",
    "release_id": "c02ff605-14f4-4920-8ddd-02df90fdf51d",
    "release_group_id": "d5e6fa0a-19b3-4114-951c-0caa921c042f",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}