Information about plays

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

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

{
    "id": 3421605,
    "uri": "https://api.kexp.org/v2/plays/3421605/?format=api",
    "airdate": "2024-11-05T05:53:34-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia601407.us.archive.org/27/items/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179-32414947003_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/27/items/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179-32414947003_thumb250.jpg",
    "song": "I Ran",
    "track_id": "fee4b1d7-bf48-3caf-ace6-a007d53b291e",
    "recording_id": "1dfdf720-3585-4d88-90c0-d0c97256c2fe",
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "A Flock of Seagulls",
    "release_id": "e5c87387-2205-3e2f-b9c1-c134bc252642",
    "release_group_id": "a9b43e9d-f452-35cb-a6da-de85ebe285ae",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1982-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I ran to the polls this morning!\n\nHappy Birthday to Mike Score of A Flock of Seagulls born this day in 1957!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}