Information about plays

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

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

{
    "id": 352266,
    "uri": "https://api.kexp.org/v2/plays/352266/?format=api",
    "airdate": "2019-07-09T19:30:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "First Love (Pratham Prem)",
    "track_id": "c79d915d-f017-3e42-ad08-49679381cf45",
    "recording_id": null,
    "artist": "Anoushka Shankar",
    "artist_ids": [
        "40ee8fa3-c6d7-4556-b4e2-9f4114565043"
    ],
    "album": "Anoushka",
    "release_id": "93a903bb-3e69-4b83-b874-58e6e9457342",
    "release_group_id": null,
    "labels": [
        "Angel Records"
    ],
    "label_ids": [],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "July 11 Anoushka Shankar performing LIVE with Greyson Chance at Neumos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}