Information about plays

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

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

{
    "id": 3581177,
    "uri": "https://api.kexp.org/v2/plays/3581177/?format=api",
    "airdate": "2025-11-21T20:30:23-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/92bc574c-15c5-464b-8d35-b43fda2a694d/40823017316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92bc574c-15c5-464b-8d35-b43fda2a694d/40823017316-250.jpg",
    "song": "Stir It Up",
    "track_id": null,
    "recording_id": "341b2974-cb8d-4f67-9205-27722495fc51",
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Bob Marley & The Chineke! Orchestra",
    "release_id": null,
    "release_group_id": "c33eef9b-4829-49c4-80db-e9210b03c50e",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}