Information about plays

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

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

{
    "id": 3555058,
    "uri": "https://api.kexp.org/v2/plays/3555058/?format=api",
    "airdate": "2025-09-19T15:15:19-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia801309.us.archive.org/23/items/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17-7786670567_thumb500.jpg",
    "thumbnail_uri": "https://dn721404.ca.archive.org/0/items/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17-7786670567_thumb250.jpg",
    "song": "She’s a Girl",
    "track_id": "ac8ef294-d3c4-3ba4-9ea2-86423063d01f",
    "recording_id": "e0d6c0ad-0880-4e7d-9d24-153091cfdfb0",
    "artist": "The Amps",
    "artist_ids": [
        "5e4ad809-a048-427d-b0e4-a6761de9c220"
    ],
    "album": "Pacer",
    "release_id": "8ee6b6b1-fe79-4935-b229-50f64b87cb17",
    "release_group_id": "b06e2c8a-246c-3908-9f30-4af6b79aaf2d",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Ruby!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}