Information about plays

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

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

{
    "id": 355739,
    "uri": "https://api.kexp.org/v2/plays/355739/?format=api",
    "airdate": "2019-07-17T21:42:49-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "http://coverartarchive.org/release/1e28f5aa-820b-4c7e-83b6-3c09d8ecac93/23521812539-250.jpg",
    "thumbnail_uri": "",
    "song": "The Ever Turning Wheel",
    "track_id": "e50ee6f6-4b8e-4c36-975f-96e7a2cbed0b",
    "recording_id": null,
    "artist": "The Soft Cavalry",
    "artist_ids": [
        "638d38a2-b6c1-4106-ae9f-307c3a1eb732"
    ],
    "album": "The Soft Cavalry",
    "release_id": "1e28f5aa-820b-4c7e-83b6-3c09d8ecac93",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-07-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New project formed by the husband/wife duo of Rachel Goswell (Slowdive) and Steve Clarke.    https://bellaunion.com/2019/04/introducing-the-soft-cavalry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}