Information about plays

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

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

{
    "id": 3580476,
    "uri": "https://api.kexp.org/v2/plays/3580476/?format=api",
    "airdate": "2025-11-20T02:35:55-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/e07a2c71-dde7-37a3-8b02-44d25dd128f9/9351974383-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e07a2c71-dde7-37a3-8b02-44d25dd128f9/9351974383-250.jpg",
    "song": "Roxanne",
    "track_id": null,
    "recording_id": "68aaa830-20c5-4e4a-bc5c-3bfcecc43fde",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Outlandos d’Amour",
    "release_id": null,
    "release_group_id": "3d55b5a4-a81f-3b8e-8d7e-802ce1c86596",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}