Information about plays

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

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

{
    "id": 535650,
    "uri": "https://api.kexp.org/v2/plays/535650/?format=api",
    "airdate": "2002-04-07T20:30:00-07:00",
    "show": 9285,
    "show_uri": "https://api.kexp.org/v2/shows/9285/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RJ5tCqmML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RJ5tCqmML._SL75_.jpg",
    "song": "Theme for Great Cities",
    "track_id": "14f0c00c-fedd-449f-abc1-a82c913ca610",
    "recording_id": null,
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "The Best of Simple Minds (disc 1)",
    "release_id": "cb9cfa5f-6849-4013-9326-885965243945",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}