Information about plays

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

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

{
    "id": 3437643,
    "uri": "https://api.kexp.org/v2/plays/3437643/?format=api",
    "airdate": "2024-12-13T16:27:15-08:00",
    "show": 62099,
    "show_uri": "https://api.kexp.org/v2/shows/62099/?format=api",
    "image_uri": "https://ia800600.us.archive.org/8/items/mbid-8416a4cf-b56b-4cac-8490-9c4cf030a507/mbid-8416a4cf-b56b-4cac-8490-9c4cf030a507-39668547094_thumb500.jpg",
    "thumbnail_uri": "https://ia600600.us.archive.org/8/items/mbid-8416a4cf-b56b-4cac-8490-9c4cf030a507/mbid-8416a4cf-b56b-4cac-8490-9c4cf030a507-39668547094_thumb250.jpg",
    "song": "I Believe In Miracles",
    "track_id": "5e0b2b80-af23-4e05-805d-82740de76448",
    "recording_id": "310e62d7-65ae-46e8-9757-e6353ea0fe53",
    "artist": "Say She She",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b"
    ],
    "album": "I Believe In Miracles / C’est Si Bon",
    "release_id": "8416a4cf-b56b-4cac-8490-9c4cf030a507",
    "release_group_id": "b604d1e1-3873-4e2a-8989-ed51f2d15b5b",
    "labels": [
        "Karma Chief Records"
    ],
    "label_ids": [
        "b2d60533-fdcd-48b1-ad9e-db482053ac35"
    ],
    "release_date": "2024-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering the 1972 classic by family group The Jackson Sisters!\n\nHere's the original for a comparison: https://www.youtube.com/watch?v=sMiiDlHPpZQ\n\nhttps://www.saysheshe.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}