Information about plays

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

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

{
    "id": 3416120,
    "uri": "https://api.kexp.org/v2/plays/3416120/?format=api",
    "airdate": "2024-10-23T01:29:54-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run the Line",
    "track_id": "8b6c286f-f848-3bad-8820-1378f72749df",
    "recording_id": "a6dce1ec-75d4-41da-a498-bedc88e799bd",
    "artist": "Peanut Butter Wolf feat. Rasco & DJ QBert",
    "artist_ids": [
        "47b0af85-4a35-4909-8ab5-7f9a5ed37a48",
        "ac928049-75d0-4a1a-8c80-3e3a35a3d68e",
        "5e87164c-4c3b-4f2f-91cc-92c06a99c461"
    ],
    "album": "My Vinyl Weighs a Ton",
    "release_id": "4ebe759e-22b8-4cbf-a54a-2b73f4830ecb",
    "release_group_id": "738816de-7ddf-3168-83f0-df9fcd49d2bd",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "1999-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Chris in Austin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}