Information about plays

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

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

{
    "id": 1375723,
    "uri": "https://api.kexp.org/v2/plays/1375723/?format=api",
    "airdate": "2008-05-18T20:34:00-07:00",
    "show": 24013,
    "show_uri": "https://api.kexp.org/v2/shows/24013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BHWwNJaML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BHWwNJaML._SL75_.jpg",
    "song": "Raw Sewage",
    "track_id": "0c84ba9a-a49d-40e1-9150-977f27fd1f6e",
    "recording_id": null,
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "Eleventh Hour",
    "release_id": "713fcd5a-5919-48bc-9f92-bbf2b5440660",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2008-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}