Information about plays

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

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

{
    "id": 3599558,
    "uri": "https://api.kexp.org/v2/plays/3599558/?format=api",
    "airdate": "2026-01-03T06:18:02-08:00",
    "show": 65549,
    "show_uri": "https://api.kexp.org/v2/shows/65549/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chinese Translation",
    "track_id": null,
    "recording_id": "e46bc632-c4d4-4ab1-b37c-044ffe32de53",
    "artist": "M. Ward",
    "artist_ids": [
        "655b3e5b-09e4-45dd-941c-6fa3fc12521b"
    ],
    "album": "Post-War",
    "release_id": null,
    "release_group_id": "7fe781fe-dbec-3756-9119-f8f981c7b275",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}