Information about plays

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

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

{
    "id": 3415121,
    "uri": "https://api.kexp.org/v2/plays/3415121/?format=api",
    "airdate": "2024-10-20T14:41:09-07:00",
    "show": 61627,
    "show_uri": "https://api.kexp.org/v2/shows/61627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intro-Stronger Than Me",
    "track_id": "62ece8c8-15e6-4cdd-8ab5-1679a4c0dac9",
    "recording_id": "88858b27-ef24-44cf-a560-5b928515d924",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Frank",
    "release_id": "62ff0360-f8b1-464f-b023-f092dd1e1722",
    "release_group_id": "9a9d41e9-2080-3293-8676-9e26f44a05b1",
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2003-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003 Amy Winehouse released \"Frank\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}