Information about plays

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

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

{
    "id": 352378,
    "uri": "https://api.kexp.org/v2/plays/352378/?format=api",
    "airdate": "2019-07-10T01:46:25-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/a497f5c5-59d9-4433-8785-2a9dbf7a5ec7/5633018362-250.jpg",
    "thumbnail_uri": "",
    "song": "Banquet (Phones disco edit)",
    "track_id": "98527964-1e54-3e8d-8206-6e47f27c5387",
    "recording_id": null,
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm Remixed",
    "release_id": "a497f5c5-59d9-4433-8785-2a9dbf7a5ec7",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A heart of stone, a smoking gun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}