Information about plays

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

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

{
    "id": 3567858,
    "uri": "https://api.kexp.org/v2/plays/3567858/?format=api",
    "airdate": "2025-10-21T03:01:33-07:00",
    "show": 64892,
    "show_uri": "https://api.kexp.org/v2/shows/64892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Treat Me Right",
    "track_id": null,
    "recording_id": null,
    "artist": "J Majik",
    "artist_ids": [
        "f318b2c0-78f5-4795-91a3-0fcbc4bb782c"
    ],
    "album": "Treat Me Right / In The Rain",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://infraredrecords.bandcamp.com/album/j-majik-treat-me-right-in-the-rain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}