Information about plays

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

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

{
    "id": 3620569,
    "uri": "https://api.kexp.org/v2/plays/3620569/?format=api",
    "airdate": "2026-02-21T22:30:39-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rival Males",
    "track_id": null,
    "recording_id": null,
    "artist": "Landowner",
    "artist_ids": [
        "2319aee8-450f-4bc1-abd3-640d7eeb87be"
    ],
    "album": "Assumption",
    "release_id": null,
    "release_group_id": "4d5cc70a-345a-45d1-aa28-2e67f2c01879",
    "labels": [
        "Exploding in Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2013-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Landowner have an upcoming album, Assumption, set to release on February 27th.\n\nhttps://landowner.bandcamp.com/album/assumption",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}