Information about plays

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

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

{
    "id": 3558785,
    "uri": "https://api.kexp.org/v2/plays/3558785/?format=api",
    "airdate": "2025-09-28T11:21:58-07:00",
    "show": 64690,
    "show_uri": "https://api.kexp.org/v2/shows/64690/?format=api",
    "image_uri": "https://coverartarchive.org/release/a97662db-3c5e-41c3-a5fc-90c7a4f17765/35944596318-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a97662db-3c5e-41c3-a5fc-90c7a4f17765/35944596318-250.jpg",
    "song": "When First Unto This Country",
    "track_id": null,
    "recording_id": "ed808510-9a31-4e68-bd06-b3cb545af085",
    "artist": "Charlie Parr",
    "artist_ids": [
        "6619d534-0e17-4241-a1d0-2f8ec84968c4"
    ],
    "album": "Keep Your Hands On The Plow",
    "release_id": null,
    "release_group_id": "7fac4bcb-1b2f-4be0-803f-52e4cdef5907",
    "labels": [
        "House of Mercy Recordings"
    ],
    "label_ids": [
        "71f598d5-484c-478a-9bf0-0e00f8194645"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Austin, Minnesota (home of Hormel Foods and SPAM)\nWatch this song live in the Roadhouse in 2011 https://www.youtube.com/watch?v=ch5cVz0zk6o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}