Information about plays

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

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

{
    "id": 352613,
    "uri": "https://api.kexp.org/v2/plays/352613/?format=api",
    "airdate": "2019-07-10T15:05:17-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/719c29e6-43dc-3db1-b034-4f6a9fd337d8/5227125445-250.jpg",
    "thumbnail_uri": "",
    "song": "Electricity",
    "track_id": "e80a0547-92ad-38bf-aac6-58dcfe91e1e3",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Royal Albert Hall October 10 1997",
    "release_id": "719c29e6-43dc-3db1-b034-4f6a9fd337d8",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1998-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A majority of the songs on Spiritualized's album 'Ladies and Gentlemen We Are Floating in Space'\nwere recorded live for the band's following release 'Royal Albert Hall October 10, 1997'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}