Information about plays

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

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

{
    "id": 444611,
    "uri": "https://api.kexp.org/v2/plays/444611/?format=api",
    "airdate": "2001-07-13T03:36:55-07:00",
    "show": 7503,
    "show_uri": "https://api.kexp.org/v2/shows/7503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JVH4J8QYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JVH4J8QYL._SL75_.jpg",
    "song": "Saving It For Me",
    "track_id": "376204cd-2c44-40d2-9fb9-a63aa1d694fc",
    "recording_id": null,
    "artist": "The Sneetches",
    "artist_ids": [
        "97f320cf-213d-4fb9-9bfa-231e6e11d7cb"
    ],
    "album": "Blow Out The Sun",
    "release_id": "e99a6e57-1dc0-4fa7-ba98-b35d3fad0638",
    "release_group_id": null,
    "labels": [
        "Spin Art"
    ],
    "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"
}