Information about plays

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

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

{
    "id": 1375934,
    "uri": "https://api.kexp.org/v2/plays/1375934/?format=api",
    "airdate": "2008-05-19T07:35:28-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516NF24J4XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516NF24J4XL._SL75_.jpg",
    "song": "Tendency",
    "track_id": null,
    "recording_id": null,
    "artist": "Battle",
    "artist_ids": [
        "48ab8311-c4ad-43b5-8a70-d9accb903f56"
    ],
    "album": "Back to Earth",
    "release_id": "ac6116f7-9581-420e-9786-ede8d619cecd",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2006-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}