Information about plays

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

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

{
    "id": 350744,
    "uri": "https://api.kexp.org/v2/plays/350744/?format=api",
    "airdate": "2019-07-06T05:11:20-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "http://coverartarchive.org/release/a60c29d6-87aa-4d45-9d5e-9c0258e53d03/23214819772-250.jpg",
    "thumbnail_uri": "",
    "song": "Lucifer",
    "track_id": "bf8a6e99-ecac-40b3-9ce3-8262b2b3bc85",
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Lucifer",
    "release_id": "a60c29d6-87aa-4d45-9d5e-9c0258e53d03",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}