Information about plays

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

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

{
    "id": 430081,
    "uri": "https://api.kexp.org/v2/plays/430081/?format=api",
    "airdate": "2001-05-31T19:24:00-07:00",
    "show": 7228,
    "show_uri": "https://api.kexp.org/v2/shows/7228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51U1%2BSH2LxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51U1%2BSH2LxL._SL75_.jpg",
    "song": "I'm Gonna Miss Her",
    "track_id": "537472b6-ecb1-4cfd-8e93-9d7d796b2d94",
    "recording_id": null,
    "artist": "Brad Paisley",
    "artist_ids": [
        "6cfd7ffc-824f-4219-8e27-4b9417700f44"
    ],
    "album": "Part II",
    "release_id": "efa145cc-9fd8-4f9b-9186-723075fef867",
    "release_group_id": null,
    "labels": [
        "Arista Nashville"
    ],
    "label_ids": [
        "6e82c5cc-2c14-4add-9d1a-34ae826a452d"
    ],
    "release_date": "2001-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}