Information about plays

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

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

{
    "id": 350714,
    "uri": "https://api.kexp.org/v2/plays/350714/?format=api",
    "airdate": "2019-07-06T03:28:55-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd1382c5-12e9-48c7-9fcf-c0272c71bd3e/18433740176-250.jpg",
    "thumbnail_uri": "",
    "song": "Worth My While",
    "track_id": "eb8e0570-476f-46f5-b065-186bc56dcd2d",
    "recording_id": null,
    "artist": "Bootsy Collins feat. Kali Uchis",
    "artist_ids": [
        "b0ca0d85-24a8-4a00-860d-357ff688b69c"
    ],
    "album": "World Wide Funk",
    "release_id": "bd1382c5-12e9-48c7-9fcf-c0272c71bd3e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}