Information about plays

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

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

{
    "id": 3459895,
    "uri": "https://api.kexp.org/v2/plays/3459895/?format=api",
    "airdate": "2025-02-04T08:23:36-08:00",
    "show": 62566,
    "show_uri": "https://api.kexp.org/v2/shows/62566/?format=api",
    "image_uri": "https://ia800200.us.archive.org/27/items/mbid-a385f929-8e1b-4e29-bd5f-d0773b6e4e17/mbid-a385f929-8e1b-4e29-bd5f-d0773b6e4e17-13351315341_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/27/items/mbid-a385f929-8e1b-4e29-bd5f-d0773b6e4e17/mbid-a385f929-8e1b-4e29-bd5f-d0773b6e4e17-13351315341_thumb250.jpg",
    "song": "Money (That’s What I Want)",
    "track_id": "c867b96a-2b9f-39fa-9f0e-74a814f1af01",
    "recording_id": "2510f5d7-55d9-4d88-828b-62a7ed723464",
    "artist": "The Flying Lizards",
    "artist_ids": [
        "45a2c364-6634-485a-ab0a-7dc828c6ef7b"
    ],
    "album": "Money",
    "release_id": "a385f929-8e1b-4e29-bd5f-d0773b6e4e17",
    "release_group_id": "17a1396b-57a8-370e-a589-31df149557e2",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1979-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover version of Barrett Strong's \"Money\" by The Flying Lizards! It was recorded for less than $30, but sounds like it should have cost at least $35!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}