Information about plays

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

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

{
    "id": 3422328,
    "uri": "https://api.kexp.org/v2/plays/3422328/?format=api",
    "airdate": "2024-11-07T02:42:44-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia902807.us.archive.org/30/items/mbid-b62b09bb-d3a8-4acd-b242-4893cdf2d373/mbid-b62b09bb-d3a8-4acd-b242-4893cdf2d373-24823529161_thumb500.jpg",
    "thumbnail_uri": "https://ia902807.us.archive.org/30/items/mbid-b62b09bb-d3a8-4acd-b242-4893cdf2d373/mbid-b62b09bb-d3a8-4acd-b242-4893cdf2d373-24823529161_thumb250.jpg",
    "song": "Keep on Truckin’",
    "track_id": "9d75cd47-a39c-3aa4-ba1f-b16caf48fb05",
    "recording_id": "f9fe50a7-97d9-457e-bf49-0301eda54023",
    "artist": "Hot Tuna",
    "artist_ids": [
        "d13d9feb-b7c7-49f4-9b72-65e29a16aa24"
    ],
    "album": "The Best of Hot Tuna",
    "release_id": "b62b09bb-d3a8-4acd-b242-4893cdf2d373",
    "release_group_id": "4e4da6c1-528e-3d17-8d38-4c1b3f66250e",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1998-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}