Information about plays

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

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

{
    "id": 350739,
    "uri": "https://api.kexp.org/v2/plays/350739/?format=api",
    "airdate": "2019-07-06T04:54:22-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "http://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-250.jpg",
    "thumbnail_uri": "",
    "song": "N Side",
    "track_id": "cd5be060-6ecc-422a-826c-6c5e4f89cdb0",
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "b29020d6-5dbf-4c99-b16f-c009f8a712ff"
    ],
    "album": "Apollo XXI",
    "release_id": "36d0be6d-e14b-40a5-9733-42029fbaddf0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}