Information about plays

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

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

{
    "id": 2682863,
    "uri": "https://api.kexp.org/v2/plays/2682863/?format=api",
    "airdate": "2020-01-06T13:31:00-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/efc696c1-20c0-4b92-8087-02c4ab0b825e/17718701971-250.jpg",
    "thumbnail_uri": "",
    "song": "Masseduction",
    "track_id": "c182056b-5d1f-4c6a-a320-67edd0d57892",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "MASSEDUCTION",
    "release_id": "efc696c1-20c0-4b92-8087-02c4ab0b825e",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Recorded on January 19th of 2018, St. Vincent performed live in the KEXP studio! You can watch it here: https://bit.ly/2tB6YUu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}