Information about plays

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

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

{
    "id": 3428331,
    "uri": "https://api.kexp.org/v2/plays/3428331/?format=api",
    "airdate": "2024-11-21T16:44:44-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia802708.us.archive.org/14/items/mbid-405562b5-7019-4079-85c8-f77ee20e04bb/mbid-405562b5-7019-4079-85c8-f77ee20e04bb-6562600510_thumb500.jpg",
    "thumbnail_uri": "https://ia802708.us.archive.org/14/items/mbid-405562b5-7019-4079-85c8-f77ee20e04bb/mbid-405562b5-7019-4079-85c8-f77ee20e04bb-6562600510_thumb250.jpg",
    "song": "Natural One",
    "track_id": "312916df-fe4d-4cac-b122-43d678dbec79",
    "recording_id": "15a3b178-9bee-4dc2-879d-06421ce3c659",
    "artist": "Shearwater",
    "artist_ids": [
        "9df31471-e54e-43ba-bbe8-38fd94c63dbb"
    ],
    "album": "Fellow Travelers",
    "release_id": "405562b5-7019-4079-85c8-f77ee20e04bb",
    "release_group_id": "5e7758b2-8872-43c6-b549-e968f25af898",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off their 2013 all covers album \"Fellow Travelers,\" this is Shearwater's cover of the 1995 Folk Implosion single. It was written by Folk Implosion leader Lou Barlow and Orbit bassist Wally Gagel, who also produced the song. Here's the original: https://www.youtube.com/watch?v=IYerwwTV5qc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}