Information about plays

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

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

{
    "id": 380231,
    "uri": "https://api.kexp.org/v2/plays/380231/?format=api",
    "airdate": "2019-09-13T02:10:46-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "http://coverartarchive.org/release/a65ddec0-cdc5-4f14-a2ad-1896c9c0d875/22229346883-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Innocuous (Electric Lady Sessions)",
    "track_id": "21af0fb1-e63c-4278-b900-c7c391a72209",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Electric Lady Sessions",
    "release_id": "a9d8a99c-5e29-458b-9751-740286ad4f65",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}