Information about plays

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

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

{
    "id": 446051,
    "uri": "https://api.kexp.org/v2/plays/446051/?format=api",
    "airdate": "2001-07-17T20:26:15-07:00",
    "show": 7534,
    "show_uri": "https://api.kexp.org/v2/shows/7534/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VP3S33YAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VP3S33YAL._SL75_.jpg",
    "song": "Streets of Istanbul",
    "track_id": "d6ac0eb5-9017-46cc-98dd-b1d56a605191",
    "recording_id": null,
    "artist": "dZihan & Kamien",
    "artist_ids": [
        "d3fe567e-0681-48c8-9735-6cc9942629f4"
    ],
    "album": "Freaks & Icons",
    "release_id": "2325f819-1a8e-4fbc-92b4-f7169e7fa262",
    "release_group_id": null,
    "labels": [
        "6 Degrees"
    ],
    "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"
}