Information about plays

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

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

{
    "id": 353591,
    "uri": "https://api.kexp.org/v2/plays/353591/?format=api",
    "airdate": "2019-07-12T19:54:33-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "http://coverartarchive.org/release/0579c05b-3cc2-40ef-8a32-fee6e3be90f6/2985455668-250.jpg",
    "thumbnail_uri": "",
    "song": "Dance or Die",
    "track_id": "9a65dec6-11bd-3577-aef5-998fbc1099fc",
    "recording_id": null,
    "artist": "Janelle Monáe feat. Saul Williams",
    "artist_ids": [
        "756cf672-d4ae-4470-a3af-a43d776a211d"
    ],
    "album": "The ArchAndroid",
    "release_id": "0579c05b-3cc2-40ef-8a32-fee6e3be90f6",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/read/2019/2/11/kexps-2019-grammys-recap/\n\nhttps://www.polyvinylrecords.com/product/the_archandroid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}