Information about plays

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

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

{
    "id": 3551882,
    "uri": "https://api.kexp.org/v2/plays/3551882/?format=api",
    "airdate": "2025-09-11T23:40:23-07:00",
    "show": 64537,
    "show_uri": "https://api.kexp.org/v2/shows/64537/?format=api",
    "image_uri": "https://coverartarchive.org/release/3096c1c4-10dc-43c2-8cd8-bcfa6fb72fdf/31693772161-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3096c1c4-10dc-43c2-8cd8-bcfa6fb72fdf/31693772161-250.jpg",
    "song": "I’d Rather Go Blind",
    "track_id": null,
    "recording_id": "cc401ee8-fdfa-474e-85b6-9234b8c37e43",
    "artist": "The Frightnrs",
    "artist_ids": [
        "b9ab1016-6ccb-4d46-b576-4502fc791f1d"
    ],
    "album": "I'd Rather Go Blind",
    "release_id": null,
    "release_group_id": "f98114fc-be09-4c0a-8598-585fbdc10a58",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2015-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}