Information about plays

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

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

{
    "id": 3413322,
    "uri": "https://api.kexp.org/v2/plays/3413322/?format=api",
    "airdate": "2024-10-16T08:54:45-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Copperhead Road",
    "track_id": null,
    "recording_id": "567dbe86-c57a-459c-9a58-7d4f8863b426",
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Copperhead Road",
    "release_id": null,
    "release_group_id": "49e94e1c-ee94-31b8-8266-07cbefd0e965",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Note: The segue between \"The Face of Love\"and \"Copperhead Road\" has been gold stamp certified by the President of Radio. \n--\nHere's Steve Earle performing \"Copperhead Road\" live in the KEXP studio in 2015 - https://www.youtube.com/watch?v=Uc-_NKxwFU4\n---\nhttps://www.steveearle.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}