Information about plays

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

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

{
    "id": 438262,
    "uri": "https://api.kexp.org/v2/plays/438262/?format=api",
    "airdate": "2001-06-25T05:00:00-07:00",
    "show": 7385,
    "show_uri": "https://api.kexp.org/v2/shows/7385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41pFQI42JXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41pFQI42JXL._SL75_.jpg",
    "song": "Night Bird Song",
    "track_id": "218d1cc2-875d-48b4-8b4f-8e0d7f24c86f",
    "recording_id": null,
    "artist": "Thomas Chapin Trio",
    "artist_ids": [
        "52a945c3-ccd3-47ec-9d14-e96e51308b4e"
    ],
    "album": "Sky Piece",
    "release_id": "1da9a075-e4c4-4a59-9262-d2af43ac9b2e",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "1998-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}