Information about plays

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

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

{
    "id": 3569827,
    "uri": "https://api.kexp.org/v2/plays/3569827/?format=api",
    "airdate": "2025-10-25T16:22:33-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "https://ia600804.us.archive.org/16/items/mbid-6151a793-6fc1-468d-85c3-56de6efa0629/mbid-6151a793-6fc1-468d-85c3-56de6efa0629-40998439266_thumb500.jpg",
    "thumbnail_uri": "https://ia600804.us.archive.org/16/items/mbid-6151a793-6fc1-468d-85c3-56de6efa0629/mbid-6151a793-6fc1-468d-85c3-56de6efa0629-40998439266_thumb250.jpg",
    "song": "Hang On To Your Kool",
    "track_id": "7031d01b-9c57-4f76-9c54-ee90c6345fc1",
    "recording_id": "4f368a65-07ff-4534-87e2-200c0fe1a1ec",
    "artist": "Wrong Way Up",
    "artist_ids": [
        "1dab0dd4-17f1-43af-89ab-26e5c89b9295"
    ],
    "album": "Totally Right",
    "release_id": "6151a793-6fc1-468d-85c3-56de6efa0629",
    "release_group_id": "a5968bb5-1a40-4456-bfd3-52967c8603f6",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2025-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}