Information about plays

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

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

{
    "id": 3550470,
    "uri": "https://api.kexp.org/v2/plays/3550470/?format=api",
    "airdate": "2025-09-08T14:14:35-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?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://ia903409.us.archive.org/31/items/mbid-99b7290f-56c3-45b3-b5b7-7128f366aa56/mbid-99b7290f-56c3-45b3-b5b7-7128f366aa56-28883840196_thumb250.jpg",
    "song": "Oh Come On",
    "track_id": "dfb01985-86ea-4072-ba9c-829425f872f2",
    "recording_id": "b299682f-2d8c-4fa1-94af-d9966e43a834",
    "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": "\"Oh Come On\" is the lead single from The Julie Ruin's debut album (fronted by Kathleen Hanna) Run Fast, released in 2013 on September 3.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}