Information about plays

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

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

{
    "id": 3544350,
    "uri": "https://api.kexp.org/v2/plays/3544350/?format=api",
    "airdate": "2025-08-24T18:26:14-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Your Ass",
    "track_id": null,
    "recording_id": null,
    "artist": "Dewey Jeffries",
    "artist_ids": [],
    "album": "This Is For You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Della"
    ],
    "label_ids": [
        "e3a117b3-33d8-4d6d-9555-70c35e2f4b18"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dewey Jeffries released \"Shake Your Ass\" in 1981 on the album This Is For You.\n\nDewey Jeffries was a jazz pianist and songwriter from Cleveland, Ohio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}