Information about plays

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

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

{
    "id": 3422545,
    "uri": "https://api.kexp.org/v2/plays/3422545/?format=api",
    "airdate": "2024-11-07T15:32:42-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://ia600705.us.archive.org/15/items/mbid-2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a/mbid-2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a-4821683390_thumb500.jpg",
    "thumbnail_uri": "https://ia800705.us.archive.org/15/items/mbid-2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a/mbid-2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a-4821683390_thumb250.jpg",
    "song": "Rhymes Like Dimes",
    "track_id": "cb4c48c4-6889-3ccf-ab9b-750e969553ee",
    "recording_id": "357c68b7-3b75-49dc-9142-004c4bc01c13",
    "artist": "MF DOOM feat. Cucumber Slice",
    "artist_ids": [
        "b4e4e618-f171-4184-84e3-61cfca1d06c8",
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Operation: Doomsday",
    "release_id": "2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a",
    "release_group_id": "66f1ac02-2eb6-31dc-ab33-6eaa603f41cd",
    "labels": [
        "Fondle 'em"
    ],
    "label_ids": [
        "c44cdbc4-1b32-474b-83e4-8a40b932652f"
    ],
    "release_date": "1999-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rhymes Like Dimes\" by MF DOOM sampled Quincy Jones feat. James Ingram's \"One Hundred Ways\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}