Information about plays

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

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

{
    "id": 3544979,
    "uri": "https://api.kexp.org/v2/plays/3544979/?format=api",
    "airdate": "2025-08-26T07:58:07-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia803409.us.archive.org/31/items/mbid-99b7290f-56c3-45b3-b5b7-7128f366aa56/mbid-99b7290f-56c3-45b3-b5b7-7128f366aa56-28883840196_thumb500.jpg",
    "thumbnail_uri": "https://ia803409.us.archive.org/31/items/mbid-99b7290f-56c3-45b3-b5b7-7128f366aa56/mbid-99b7290f-56c3-45b3-b5b7-7128f366aa56-28883840196_thumb250.jpg",
    "song": "Just My Kind",
    "track_id": "3bb90a31-a174-42e1-bb76-b676521de0bd",
    "recording_id": "71517b2e-506d-4279-985d-f0e47ff62b35",
    "artist": "The Julie Ruin",
    "artist_ids": [
        "357ffd02-384f-4dbd-abcd-5f1bcb616ef9"
    ],
    "album": "Run Fast",
    "release_id": "99b7290f-56c3-45b3-b5b7-7128f366aa56",
    "release_group_id": "b10c9bcc-1181-4a23-a1e6-19fb75ab8d9f",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2013-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Run Fast is the debut album by The Julie Ruin, released in 2013. \n\nhttp://www.thejulieruin.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}