Information about plays

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

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

{
    "id": 374868,
    "uri": "https://api.kexp.org/v2/plays/374868/?format=api",
    "airdate": "2019-08-31T14:05:55-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "http://coverartarchive.org/release/91a5cca0-5169-4a9f-aa6a-a86050cebcb0/6539612949-250.jpg",
    "thumbnail_uri": "",
    "song": "Déjà vu",
    "track_id": "2dce6374-0b2f-48d6-b148-0b68a72912db",
    "recording_id": null,
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Hotel Valentine",
    "release_id": "91a5cca0-5169-4a9f-aa6a-a86050cebcb0",
    "release_group_id": null,
    "labels": [
        "Chimera Music"
    ],
    "label_ids": [
        "4b908cd6-6d39-4f76-ac75-a590006a7c82"
    ],
    "release_date": "2014-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This NYC duo announced their official split since forming in 1994, but say they still plan to release music independently. Read more here: http://bit.ly/2Ghp3ZG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}