Information about plays

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

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

{
    "id": 352224,
    "uri": "https://api.kexp.org/v2/plays/352224/?format=api",
    "airdate": "2019-07-09T17:26:42-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/38b94527-4f9d-49d4-85d3-d449545ceea4/4816907429-250.jpg",
    "thumbnail_uri": "",
    "song": "Someday",
    "track_id": "effbb05d-9781-3116-9ec5-8c4e8675873f",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": "38b94527-4f9d-49d4-85d3-d449545ceea4",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Promoted by the music press for its twin-guitar interplay and melodic, pop-influenced sound, Is This It peaked at number 33 on the US US Billboard 200 and number two on the UK Albums Chart, going on to achieve platinum status in several countries. It received critical acclaim, with many praising it for its charisma and rhythm, which often referenced the works of 1970s garage rock bands. The album is considered to be crucial in the development of other alternative bands and of the post-millennial music industry, and has featured in several publications' lists of the best albums of the 2000s and of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}