Information about plays

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

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

{
    "id": 373505,
    "uri": "https://api.kexp.org/v2/plays/373505/?format=api",
    "airdate": "2019-08-28T12:47:58-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I and Love and You",
    "track_id": "deea05b0-b6f7-46a7-84ac-f58f0e890634",
    "recording_id": null,
    "artist": "The Avett Brothers",
    "artist_ids": [
        "0a176d0a-ef46-4e7f-b018-9f4d65614668"
    ],
    "album": "I and Love and You",
    "release_id": "4fe1a1c5-0e41-4a8c-866c-dd12e6928348",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track #7 off Barbara's \"Liz's Service.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}