Information about plays

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

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

{
    "id": 1213455,
    "uri": "https://api.kexp.org/v2/plays/1213455/?format=api",
    "airdate": "2007-03-30T18:34:00-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ECBQKChSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ECBQKChSL._SL75_.jpg",
    "song": "I'll Go Chasin' Women",
    "track_id": "0b6d35e6-9a58-4b94-9691-1b1811659a27",
    "recording_id": null,
    "artist": "Hardrock Gunter",
    "artist_ids": [
        "6e6f0b87-adaf-417c-959e-810183c8d386"
    ],
    "album": "Gonna Rock 'n' Roll, Gonna Dance All Night",
    "release_id": "a7cc1c4b-244f-47c0-9b8a-6c5010cd8e52",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}