Information about plays

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

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

{
    "id": 351949,
    "uri": "https://api.kexp.org/v2/plays/351949/?format=api",
    "airdate": "2019-07-09T03:54:13-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/f9d30233-39bc-4023-af1d-394955cfc0b8/23362482266-250.jpg",
    "thumbnail_uri": "",
    "song": "Drunk II",
    "track_id": "4095f3f6-812d-442f-bf66-cdb8f470668c",
    "recording_id": null,
    "artist": "Mannequin Pussy",
    "artist_ids": [
        "e160f589-dbe6-4b8f-88b5-f528ff4443b4"
    ],
    "album": "Patience",
    "release_id": "f9d30233-39bc-4023-af1d-394955cfc0b8",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about how this new album came to be: http://www.mtv.com/news/3128933/mannequin-pussy-interview-patience/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}