Information about plays

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

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

{
    "id": 350150,
    "uri": "https://api.kexp.org/v2/plays/350150/?format=api",
    "airdate": "2019-07-04T19:13:36-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd7ceb37-e323-40cd-bc18-efdd3e4b6666/9034998053-250.jpg",
    "thumbnail_uri": "",
    "song": "Hell of a Way to Go",
    "track_id": "9503ec5a-4eea-4532-9b53-60465260bdab",
    "recording_id": null,
    "artist": "Kasey Chambers",
    "artist_ids": [
        "7333182d-8933-4896-adaa-fe98e6b59bd7"
    ],
    "album": "Bittersweet",
    "release_id": "bd7ceb37-e323-40cd-bc18-efdd3e4b6666",
    "release_group_id": null,
    "labels": [
        "Warner Music Australia"
    ],
    "label_ids": [
        "d50eb1c1-20bd-46b2-a216-a26aac9b7130"
    ],
    "release_date": "2014-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}