Information about plays

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

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

{
    "id": 356980,
    "uri": "https://api.kexp.org/v2/plays/356980/?format=api",
    "airdate": "2019-07-20T20:14:14-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "http://coverartarchive.org/release/412af62c-5754-43c0-abf9-977201c902c4/6123659018-250.jpg",
    "thumbnail_uri": "",
    "song": "All the Places",
    "track_id": "3be8854d-e86b-3646-bdac-5a198a5ec180",
    "recording_id": null,
    "artist": "Made in Heights",
    "artist_ids": [
        "72c9f2ac-12ca-4a2a-ae79-6b19bd1e5b73"
    ],
    "album": "Winter Pigeons (Songs to Raise Your Dead Spirits)",
    "release_id": "412af62c-5754-43c0-abf9-977201c902c4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2010-12-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Made In Heights is a project comprised of DJ/producer Sabzi and female vocalist Kelsey Bulkin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}