Information about plays

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

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

{
    "id": 3428194,
    "uri": "https://api.kexp.org/v2/plays/3428194/?format=api",
    "airdate": "2024-11-21T08:41:39-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia800307.us.archive.org/5/items/mbid-4c6f3967-4adb-3558-9f4a-09b288386c50/mbid-4c6f3967-4adb-3558-9f4a-09b288386c50-15491271386_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/5/items/mbid-4c6f3967-4adb-3558-9f4a-09b288386c50/mbid-4c6f3967-4adb-3558-9f4a-09b288386c50-15491271386_thumb250.jpg",
    "song": "Mary, Mary",
    "track_id": "55e12ee5-da65-39c4-b764-6d19ff7ffda2",
    "recording_id": "ff55e1ae-c1ef-471b-9b94-444ce0af1d4f",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Tougher Than Leather",
    "release_id": "4c6f3967-4adb-3558-9f4a-09b288386c50",
    "release_group_id": "0ef6d1c3-dc87-336f-a9d3-74ca0572c291",
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1988-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Mary in Bloomfield, NJ!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}