Information about plays

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

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

{
    "id": 443746,
    "uri": "https://api.kexp.org/v2/plays/443746/?format=api",
    "airdate": "2001-07-10T23:00:00-07:00",
    "show": 7490,
    "show_uri": "https://api.kexp.org/v2/shows/7490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314B99ASA3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314B99ASA3L._SL75_.jpg",
    "song": "Johnny Go Riding",
    "track_id": "19c65788-0682-4c01-b9b9-f67c8c5cbfa5",
    "recording_id": null,
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Ghost of David",
    "release_id": "0e70135c-379b-474e-9d91-72abc1fab102",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2000-09-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}