Information about plays

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

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

{
    "id": 3417172,
    "uri": "https://api.kexp.org/v2/plays/3417172/?format=api",
    "airdate": "2024-10-25T16:37:20-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mistaken for Strangers",
    "track_id": "442103c6-8430-36b0-906d-39021e6adf38",
    "recording_id": "7eea0b53-9e19-4302-99d3-8c5cf8ac7ade",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Boxer",
    "release_id": "60797f49-bac1-4154-a62d-fbaa0cb8d3b9",
    "release_group_id": "9facb475-4c5f-369b-9b93-1280e6669090",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A critic writes: \"The oft-repeated line\n\"Showered and blue-blazered\nFill yourself with quarters\"\nis a reference to the novel \"The Extra Man\" by Jonathan Ames. A recurring theme in Ames’ work is the secret identity. So I guess the “you get mistaken for strangers by your own friends” is a suggestion of someone being in disguise or otherwise living a secret life.\":  https://thisisthatsong.wordpress.com/2013/01/06/1-6-13-mistaken-for-strangers-by-the-national/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}