Information about plays

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

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

{
    "id": 1407099,
    "uri": "https://api.kexp.org/v2/plays/1407099/?format=api",
    "airdate": "2008-08-07T22:14:59-07:00",
    "show": 24547,
    "show_uri": "https://api.kexp.org/v2/shows/24547/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-ztXj4pHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-ztXj4pHL._SL75_.jpg",
    "song": "Sunrise Dolls",
    "track_id": "62369f28-e278-4a3e-a268-c3a0d2c6fd09",
    "recording_id": null,
    "artist": "Joseph Arthur & The Lonely Astronauts",
    "artist_ids": [
        "0590d754-db4c-4be1-819f-21eeb5414f30"
    ],
    "album": "Temporary People",
    "release_id": "06fee147-eecb-4bdb-9117-2edfe081ccba",
    "release_group_id": null,
    "labels": [
        "Lonely Astronaut Records"
    ],
    "label_ids": [
        "dbfd2f70-bfe4-4c04-ae8b-3408b6a9aaec"
    ],
    "release_date": "2008-09-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}