Information about plays

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

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

{
    "id": 434350,
    "uri": "https://api.kexp.org/v2/plays/434350/?format=api",
    "airdate": "2001-06-13T18:36:00-07:00",
    "show": 7310,
    "show_uri": "https://api.kexp.org/v2/shows/7310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51p6gkfdj%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51p6gkfdj%2BL._SL75_.jpg",
    "song": "Dark Was the Night",
    "track_id": "bd55150b-4ad1-400c-9794-f10a9213cf98",
    "recording_id": null,
    "artist": "Ry Cooder",
    "artist_ids": [
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "Paris, Texas",
    "release_id": "58dfbf6f-9744-47d9-815c-6af3eac3b826",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}