Information about plays

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

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

{
    "id": 352913,
    "uri": "https://api.kexp.org/v2/plays/352913/?format=api",
    "airdate": "2019-07-11T06:49:00-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Armageddon Days Are Here (Again)",
    "track_id": "01cfc5bc-013c-35f1-9312-7497a92d09b0",
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Mind Bomb",
    "release_id": "7eee8a33-d3b3-3d73-9381-13d15a4b61a6",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1989-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 30th birthday to The The's <i>Mind Bomb</i>, released on this day in 1989! It's the third album from this London band led by Matt Johnson, and features the Smith's Johnny Marr on guitar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}