Information about plays

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

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

{
    "id": 3422289,
    "uri": "https://api.kexp.org/v2/plays/3422289/?format=api",
    "airdate": "2024-11-07T00:34:31-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia800709.us.archive.org/27/items/mbid-522e0c88-a566-41e6-92b2-817c806aea37/mbid-522e0c88-a566-41e6-92b2-817c806aea37-21599788436_thumb500.jpg",
    "thumbnail_uri": "https://ia600709.us.archive.org/27/items/mbid-522e0c88-a566-41e6-92b2-817c806aea37/mbid-522e0c88-a566-41e6-92b2-817c806aea37-21599788436_thumb250.jpg",
    "song": "Worried Man Blues",
    "track_id": "79aaf8a5-b687-3fa5-859d-15d01d3f5f2f",
    "recording_id": "c4fb6ee5-8b6e-4f03-bd1f-349288fd6795",
    "artist": "The Carter Family",
    "artist_ids": [
        "29c5b1fb-5dcc-4499-b225-4ceeeb8a73d1"
    ],
    "album": "Worried Man Blues",
    "release_id": "522e0c88-a566-41e6-92b2-817c806aea37",
    "release_group_id": "598993ef-8743-3466-9d53-feb6ff0131b1",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1995-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}