Information about plays

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

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

{
    "id": 444396,
    "uri": "https://api.kexp.org/v2/plays/444396/?format=api",
    "airdate": "2001-07-12T14:47:08-07:00",
    "show": 7500,
    "show_uri": "https://api.kexp.org/v2/shows/7500/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Cw684slSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Cw684slSL._SL75_.jpg",
    "song": "Happy Birthday John",
    "track_id": "d7d2992c-5891-4d67-b8e3-ed1048451435",
    "recording_id": null,
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Gathered in Song",
    "release_id": "c1b567cf-b099-4d26-8643-d5f8ffdad75d",
    "release_group_id": null,
    "labels": [
        "Made in Mexico"
    ],
    "label_ids": [
        "4139cd4f-0619-4c1e-a608-a54fab24e00a"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}