Information about plays

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

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

{
    "id": 3542919,
    "uri": "https://api.kexp.org/v2/plays/3542919/?format=api",
    "airdate": "2025-08-21T15:42:05-07:00",
    "show": 64348,
    "show_uri": "https://api.kexp.org/v2/shows/64348/?format=api",
    "image_uri": "https://ia902904.us.archive.org/23/items/mbid-c28ee622-aa21-3edd-8d80-04559a24625d/mbid-c28ee622-aa21-3edd-8d80-04559a24625d-7547520317_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/23/items/mbid-c28ee622-aa21-3edd-8d80-04559a24625d/mbid-c28ee622-aa21-3edd-8d80-04559a24625d-7547520317_thumb250.jpg",
    "song": "Closer to the Heart",
    "track_id": "2e0a851b-b56f-3b06-a170-566599a15680",
    "recording_id": "66512a5f-672b-4f00-8714-bab8387c3238",
    "artist": "Rush",
    "artist_ids": [
        "534ee493-bfac-4575-a44a-0ae41e2c3fe4"
    ],
    "album": "Chronicles",
    "release_id": "c28ee622-aa21-3edd-8d80-04559a24625d",
    "release_group_id": "5f628a16-122f-387d-9ba6-60f0c1c8fedc",
    "labels": [
        "Anthem Records",
        "Mercury Records",
        "Vertigo"
    ],
    "label_ids": [
        "0c01070d-e8da-4e61-8df3-76ecb9b9d513",
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6",
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1990-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ian in Portland writes: \nLost my mother almost three years ago to cancer. She and I both play music and I remember not being able to get the opening part to this song right and she sat down and was able to work it out by ear and helped me learn it. Miss you everyday, Mom!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}