Information about plays

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

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

{
    "id": 3522594,
    "uri": "https://api.kexp.org/v2/plays/3522594/?format=api",
    "airdate": "2025-07-04T15:28:10-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love is Everywhere",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Phatrick",
    "artist_ids": [
        "18a3da01-5d63-4a9e-82a9-91064a45870d"
    ],
    "album": "Love is Everywhere 7\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2021-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A remix of the 1972 Pharoah Sanders song by LA-based, Houston-bred DJ Phatrick, released as a limited 7\" 45rpm vinyl single in 2021.\n\nhttps://djphatrick.bandcamp.com/album/love-is-everywhere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}