Information about plays

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

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

{
    "id": 3421622,
    "uri": "https://api.kexp.org/v2/plays/3421622/?format=api",
    "airdate": "2024-11-05T06:56:40-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia601602.us.archive.org/32/items/mbid-db51be41-c79b-3eee-9b63-74bcace8a357/mbid-db51be41-c79b-3eee-9b63-74bcace8a357-22694822365_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/32/items/mbid-db51be41-c79b-3eee-9b63-74bcace8a357/mbid-db51be41-c79b-3eee-9b63-74bcace8a357-22694822365_thumb250.jpg",
    "song": "Your Time Is Gonna Come",
    "track_id": "1bedd1c5-4060-36cc-b4ad-8ae45b35a68e",
    "recording_id": "30dc9d1c-0738-40e8-ae05-62ffd3b764a8",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin",
    "release_id": "db51be41-c79b-3eee-9b63-74bcace8a357",
    "release_group_id": "0f18ec88-aa87-38a9-8a65-f03d81763560",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}