Information about plays

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

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

{
    "id": 445700,
    "uri": "https://api.kexp.org/v2/plays/445700/?format=api",
    "airdate": "2001-07-16T20:16:21-07:00",
    "show": 7527,
    "show_uri": "https://api.kexp.org/v2/shows/7527/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ODzffU-xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ODzffU-xL._SL75_.jpg",
    "song": "Sa Golo",
    "track_id": "42e81e53-36c5-4ce3-8dd8-2c6140f9ba70",
    "recording_id": null,
    "artist": "Boubacar Traoré",
    "artist_ids": [
        "5cc16125-511c-4669-9e56-651fec2690c3"
    ],
    "album": "Sa Golo",
    "release_id": "725f81da-9ec7-4e9f-b74e-c8cfd70b7b06",
    "release_group_id": null,
    "labels": [
        "Indigo-Label Bleu(France)"
    ],
    "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"
}