Information about plays

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

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

{
    "id": 417711,
    "uri": "https://api.kexp.org/v2/plays/417711/?format=api",
    "airdate": "2001-04-24T09:48:45-07:00",
    "show": 6976,
    "show_uri": "https://api.kexp.org/v2/shows/6976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512WUT1Is3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512WUT1Is3L._SL75_.jpg",
    "song": "Symphony of Treble",
    "track_id": "404b01ab-dcee-4b71-b2b2-704f5f322cdf",
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Fake Can Be Just as Good",
    "release_id": "0447570d-4804-49f1-9396-d71ddd8f59c4",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1997-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}