Information about plays

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

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

{
    "id": 3583774,
    "uri": "https://api.kexp.org/v2/plays/3583774/?format=api",
    "airdate": "2025-11-27T19:33:31-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ayo ke Disco",
    "track_id": null,
    "recording_id": "992c361e-0996-4b07-adb5-590e0daa4d11",
    "artist": "John Philips & The Steps",
    "artist_ids": [
        "1f6a1067-3f40-4b8a-8403-6f6028570bcf",
        "cad201d3-9516-4e21-8eae-a78eb226a109"
    ],
    "album": "Ayo ke Disco: Boogie, Pop and Funk from the South China Sea (1974–1988)",
    "release_id": null,
    "release_group_id": "51c4a93d-5289-45f3-9c7c-f00bfa87e4f1",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}