Information about plays

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

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

{
    "id": 3422192,
    "uri": "https://api.kexp.org/v2/plays/3422192/?format=api",
    "airdate": "2024-11-06T18:41:29-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia802308.us.archive.org/16/items/mbid-359bc819-3f9d-4990-a592-92812b0c1dca/mbid-359bc819-3f9d-4990-a592-92812b0c1dca-29901276809_thumb500.jpg",
    "thumbnail_uri": "https://ia802308.us.archive.org/16/items/mbid-359bc819-3f9d-4990-a592-92812b0c1dca/mbid-359bc819-3f9d-4990-a592-92812b0c1dca-29901276809_thumb250.jpg",
    "song": "Disappointed",
    "track_id": "f9631276-6dd3-3a27-8b24-5fb8856852ba",
    "recording_id": "94441707-0e38-4959-9693-ae1b23263766",
    "artist": "Public Image Ltd",
    "artist_ids": [
        "68950696-ee9a-49b2-a8c2-d1d6c19355cc"
    ],
    "album": "The Greatest Hits, So Far",
    "release_id": "359bc819-3f9d-4990-a592-92812b0c1dca",
    "release_group_id": "bda49584-f69f-3e26-8015-b28354c40927",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1990-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On tour next year in the UK and Ireland:\n\nhttps://www.pilofficial.com/tour/#/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}