Information about plays

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

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

{
    "id": 3421305,
    "uri": "https://api.kexp.org/v2/plays/3421305/?format=api",
    "airdate": "2024-11-04T11:47:40-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia601901.us.archive.org/9/items/mbid-179691b7-1e5f-4de7-b4b8-faf9584791b7/mbid-179691b7-1e5f-4de7-b4b8-faf9584791b7-9762538194_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/9/items/mbid-179691b7-1e5f-4de7-b4b8-faf9584791b7/mbid-179691b7-1e5f-4de7-b4b8-faf9584791b7-9762538194_thumb250.jpg",
    "song": "Misty",
    "track_id": "87513af8-c26b-452f-8cf3-3c127b445ec0",
    "recording_id": "85a63bab-751d-4255-bedf-3491a8dd65dc",
    "artist": "Sarah Vaughan",
    "artist_ids": [
        "351d8bdf-33a1-45e2-8c04-c85fad20da55"
    ],
    "album": "Live in Tokyo",
    "release_id": "179691b7-1e5f-4de7-b4b8-faf9584791b7",
    "release_group_id": "65449f85-373b-486e-9f6a-13137f0dd27d",
    "labels": [
        "Jazz Lips"
    ],
    "label_ids": [
        "47b93713-8bcf-4a38-838a-add94850da80"
    ],
    "release_date": "2008-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}