Information about plays

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

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

{
    "id": 3500241,
    "uri": "https://api.kexp.org/v2/plays/3500241/?format=api",
    "airdate": "2025-05-12T02:14:00-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://ia801606.us.archive.org/17/items/mbid-5c5b9023-bcb9-4de8-a6e5-6625a078c621/mbid-5c5b9023-bcb9-4de8-a6e5-6625a078c621-15092021028_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/17/items/mbid-5c5b9023-bcb9-4de8-a6e5-6625a078c621/mbid-5c5b9023-bcb9-4de8-a6e5-6625a078c621-15092021028_thumb250.jpg",
    "song": "Seems Like This",
    "track_id": "06afacc3-f8c5-3149-8a6b-bbd288007e82",
    "recording_id": "9836610c-7f49-4398-9e50-860ab9c39eba",
    "artist": "Azymuth",
    "artist_ids": [
        "5f86a079-be87-4eb3-8709-afe2498afa37"
    ],
    "album": "Azimüth",
    "release_id": "5c5b9023-bcb9-4de8-a6e5-6625a078c621",
    "release_group_id": "2843aa94-a9ce-39bd-a191-2930d5cd2637",
    "labels": [
        "Far Out Recordings"
    ],
    "label_ids": [
        "b8870b75-9130-4310-80a3-0bfed2a5711d"
    ],
    "release_date": "2007-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}