Information about plays

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

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

{
    "id": 415636,
    "uri": "https://api.kexp.org/v2/plays/415636/?format=api",
    "airdate": "2001-04-17T07:37:53-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41dTEwCMHQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41dTEwCMHQL._SL75_.jpg",
    "song": "Lovesick (live at the Forum)",
    "track_id": "427e80cc-4ac3-452e-b474-dac9cb9c7246",
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "B-Sides",
    "release_id": "64618b3b-7eaa-42e2-9e09-3099278cef7f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}