Information about plays

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

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

{
    "id": 3590449,
    "uri": "https://api.kexp.org/v2/plays/3590449/?format=api",
    "airdate": "2025-12-13T05:00:40-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake the Hands of Time",
    "track_id": "6e7af388-d9f4-3ecd-bbcf-2d085cc2f456",
    "recording_id": "f0cfe2fc-937d-47ff-9a63-f28875f04274",
    "artist": "Romeo Void",
    "artist_ids": [
        "70693ef1-2d81-4b35-a483-bd78553db176"
    ],
    "album": "Benefactor",
    "release_id": "8a2ab6a8-f2c6-4a7b-b176-ce1a03744b5b",
    "release_group_id": "d682eda5-9a3e-321e-bfaf-87d7350422c5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}