Information about plays

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

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

{
    "id": 3422356,
    "uri": "https://api.kexp.org/v2/plays/3422356/?format=api",
    "airdate": "2024-11-07T04:21:50-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801704.us.archive.org/13/items/mbid-eaaae3b7-3f0e-4450-aab7-a8ff44f17b5b/mbid-eaaae3b7-3f0e-4450-aab7-a8ff44f17b5b-28005941602_thumb500.jpg",
    "thumbnail_uri": "https://ia801704.us.archive.org/13/items/mbid-eaaae3b7-3f0e-4450-aab7-a8ff44f17b5b/mbid-eaaae3b7-3f0e-4450-aab7-a8ff44f17b5b-28005941602_thumb250.jpg",
    "song": "Put One Foot in Front of the Other",
    "track_id": "6e27e0d5-1412-38d1-b3fe-aaea8203cbbf",
    "recording_id": "197de159-ce88-40fc-8c34-47a7341767b8",
    "artist": "Mickey Rooney & Keenan Wynn",
    "artist_ids": [
        "d4087c75-0bed-4882-8c16-50d9fcdc19e1",
        "2ceb7034-3828-40e1-9fff-2976d56d51e7"
    ],
    "album": "Nick at Nite: A Classic Cartoon Christmas",
    "release_id": "eaaae3b7-3f0e-4450-aab7-a8ff44f17b5b",
    "release_group_id": "eff0ecf2-97ed-3787-a34e-e08e06cdfae6",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}