Information about plays

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

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

{
    "id": 3586052,
    "uri": "https://api.kexp.org/v2/plays/3586052/?format=api",
    "airdate": "2025-12-02T23:50:05-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Magic Position",
    "track_id": "11712e29-4519-3e02-b274-a2cd856a0d1a",
    "recording_id": "6025ab62-b934-4f37-b6d6-e44a515f7d18",
    "artist": "Patrick Wolf",
    "artist_ids": [
        "4ac4e32b-bd18-402e-adad-ae00e72f8d85"
    ],
    "album": "The Magic Position",
    "release_id": "78a19e9f-c01f-35d2-ba5f-26bf0889b39f",
    "release_group_id": "e0db598b-3b9c-3130-af47-f79a0cd5087a",
    "labels": [
        "Low Altitude Records"
    ],
    "label_ids": [
        "81029470-b8ce-4415-9b8d-bd8bb74eed47"
    ],
    "release_date": "2007-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}