Information about plays

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

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

{
    "id": 354311,
    "uri": "https://api.kexp.org/v2/plays/354311/?format=api",
    "airdate": "2019-07-14T13:47:38-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/1e28f5aa-820b-4c7e-83b6-3c09d8ecac93/23521812539-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Be Without You",
    "track_id": "f9fb4e44-bb16-4c48-9ab6-88ea793c1766",
    "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": "The Soft Cavalry are a new duo featuring Rachel Goswell of legendary '90s shoegazers Slowdive alongside her husband Steve Clarke.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}