Information about plays

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

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

{
    "id": 3411737,
    "uri": "https://api.kexp.org/v2/plays/3411737/?format=api",
    "airdate": "2024-10-12T15:07:01-07:00",
    "show": 61559,
    "show_uri": "https://api.kexp.org/v2/shows/61559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Regret",
    "track_id": "42e493fb-063d-3879-8140-c1361c98f804",
    "recording_id": "44618738-de03-4297-957a-df84cb113c7b",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Republic",
    "release_id": "7946c317-f422-3f36-b5de-3fb9fd496021",
    "release_group_id": "b7ad435f-aebb-3021-90ae-d3b5a3b709c3",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1993-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bernard Sumner played Johnny Marr’s ‘59 Les Paul guitar on this track. \n\nJohnny Marr said, \"You can hear the Pro really well on New Order’s ‘Regret’. Bernard (Sumner) borrowed my Les Paul and Pro for that, so he owes me some money as well.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}