Information about plays

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

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

{
    "id": 347541,
    "uri": "https://api.kexp.org/v2/plays/347541/?format=api",
    "airdate": "2019-06-28T18:19:11-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "http://coverartarchive.org/release/39a7cd62-7e9c-43e5-bb32-ae3f00441831/6193633053-250.jpg",
    "thumbnail_uri": "",
    "song": "A Little Respect",
    "track_id": "e89fabc4-9d4e-37bd-9d19-9c4668212728",
    "recording_id": null,
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "Pop! The First 20 Hits",
    "release_id": "39a7cd62-7e9c-43e5-bb32-ae3f00441831",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent interview with Erasure that covers a wide range of their lives together, including Andy Bell's audition and how they really feel about each other: https://bit.ly/2IZFQEh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}