Information about plays

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

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

{
    "id": 349582,
    "uri": "https://api.kexp.org/v2/plays/349582/?format=api",
    "airdate": "2019-07-03T13:27:30-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2/19560012473-250.jpg",
    "thumbnail_uri": "",
    "song": "Just a Stranger",
    "track_id": "a4f9844c-8c76-4ca1-b696-9bf849253f7e",
    "recording_id": null,
    "artist": "Kali Uchis feat. Steve Lacy",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Isolation",
    "release_id": "25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}