Information about plays

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

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

{
    "id": 3547385,
    "uri": "https://api.kexp.org/v2/plays/3547385/?format=api",
    "airdate": "2025-09-01T01:55:11-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/777592ea-f510-4e8e-b4a0-947adc9f652e/12075929368-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/777592ea-f510-4e8e-b4a0-947adc9f652e/12075929368-250.jpg",
    "song": "Presa",
    "track_id": null,
    "recording_id": "35b220b3-0340-4e8c-a1aa-83b9e7d93e25",
    "artist": "Azymuth",
    "artist_ids": [
        "5f86a079-be87-4eb3-8709-afe2498afa37"
    ],
    "album": "Águia Não Come Mosca",
    "release_id": null,
    "release_group_id": "7acc6f95-1e76-35fe-830b-a8b81ce4f728",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian Fusion legends with some of Rio's best live & studio musicians",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}