Information about plays

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

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

{
    "id": 3583405,
    "uri": "https://api.kexp.org/v2/plays/3583405/?format=api",
    "airdate": "2025-11-26T22:23:38-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Mood",
    "track_id": null,
    "recording_id": "26f6980c-d7e4-4901-ad09-96337fbd1f8f",
    "artist": "Steve Arrington",
    "artist_ids": [
        "0df4ba7d-f65d-48ee-a6db-e9c0821d04f4"
    ],
    "album": "Down to the Lowest Terms: The Soul Sessions",
    "release_id": null,
    "release_group_id": "ce3ea777-aae3-4ff8-93d2-beea2911e3a9",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2020-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some good Bass and Synth from BADBADNOTGOOD's Chester Hansen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}