Information about plays

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

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

{
    "id": 3421664,
    "uri": "https://api.kexp.org/v2/plays/3421664/?format=api",
    "airdate": "2024-11-05T09:05:30-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia800208.us.archive.org/18/items/mbid-a1453acf-d023-4255-89af-c01388eb97b6/mbid-a1453acf-d023-4255-89af-c01388eb97b6-10417975111_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/18/items/mbid-a1453acf-d023-4255-89af-c01388eb97b6/mbid-a1453acf-d023-4255-89af-c01388eb97b6-10417975111_thumb250.jpg",
    "song": "Power to the People",
    "track_id": "d2fdfb6c-2e11-34ac-93c2-6cc6e2cf236b",
    "recording_id": "79e356e4-2b1f-43cc-85c8-8813a87a7221",
    "artist": "John Lennon & Plastic Ono Band",
    "artist_ids": [
        "84f81b32-8b3a-4914-9cff-017a52f9d16b",
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Shaved Fish",
    "release_id": "a1453acf-d023-4255-89af-c01388eb97b6",
    "release_group_id": "e5006a47-bd00-374a-a5f6-30b09cb1a6fc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}