Information about plays

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

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

{
    "id": 3581192,
    "uri": "https://api.kexp.org/v2/plays/3581192/?format=api",
    "airdate": "2025-11-21T21:28:13-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time",
    "track_id": null,
    "recording_id": "caf42c29-1b7f-4572-b434-d5e9cb9f24bf",
    "artist": "Easy Star All-Stars feat. Corey Harris & Ranking Joe",
    "artist_ids": [
        "0cee95e3-a61d-4cd1-a39c-75464a05b606",
        "aabd53ee-308b-4e94-8e9b-4c3d46a0c471",
        "3b37a233-f776-4ebd-b946-c899db06e858"
    ],
    "album": "Dub Side of the Moon",
    "release_id": null,
    "release_group_id": "b2c9532e-ec9c-3b91-b385-e666171a77a3",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}