Information about plays

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

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

{
    "id": 423855,
    "uri": "https://api.kexp.org/v2/plays/423855/?format=api",
    "airdate": "2001-05-12T22:23:20-07:00",
    "show": 7106,
    "show_uri": "https://api.kexp.org/v2/shows/7106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MB51KN2DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MB51KN2DL._SL75_.jpg",
    "song": "Don't Run Away",
    "track_id": "57860534-b139-48ae-b423-553804bd71bd",
    "recording_id": null,
    "artist": "Pressure Drop",
    "artist_ids": [
        "ecabd053-7b04-4bbb-8581-a0dd11cec2de"
    ],
    "album": "Elusive",
    "release_id": "c0479da0-8b94-4d82-a52a-b5da8e05fd53",
    "release_group_id": null,
    "labels": [
        "Hard Hands"
    ],
    "label_ids": [
        "a558f27e-d64e-4f86-b8fd-f673934c000c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}