Information about plays

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

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

{
    "id": 418034,
    "uri": "https://api.kexp.org/v2/plays/418034/?format=api",
    "airdate": "2001-04-25T08:00:00-07:00",
    "show": 6984,
    "show_uri": "https://api.kexp.org/v2/shows/6984/?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": "Water",
    "track_id": "e31507d4-3300-4829-ad65-d1ce230c8672",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}