Information about plays

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

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

{
    "id": 441905,
    "uri": "https://api.kexp.org/v2/plays/441905/?format=api",
    "airdate": "2001-07-05T14:14:07-07:00",
    "show": 7455,
    "show_uri": "https://api.kexp.org/v2/shows/7455/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21SHDZKFTAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21SHDZKFTAL._SL75_.jpg",
    "song": "No One Road",
    "track_id": "5b91ca21-02b2-450b-95f3-68f3808be6fc",
    "recording_id": null,
    "artist": "Stuart Moxham & The Original Artists",
    "artist_ids": [
        "f8e3ac6f-7c6f-4963-87ca-29803a0d71eb"
    ],
    "album": "Signal Path",
    "release_id": "9ab746f6-1c0e-4271-8f46-b55b83c78d66",
    "release_group_id": null,
    "labels": [
        "Feel Good All Over"
    ],
    "label_ids": [
        "96807dd2-cf2a-420e-a1d9-c48d3d57ab17"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}