Information about plays

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

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

{
    "id": 455647,
    "uri": "https://api.kexp.org/v2/plays/455647/?format=api",
    "airdate": "2001-08-14T18:00:00-07:00",
    "show": 7715,
    "show_uri": "https://api.kexp.org/v2/shows/7715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awuthule Kancane",
    "track_id": "87305afa-d581-4133-a6cb-0b3be9c4f557",
    "recording_id": null,
    "artist": "Mahlathini and The Mahotella Queens",
    "artist_ids": [
        "7a63191f-6d03-4b91-ae21-86dac044bec8"
    ],
    "album": "Paris - Soweto",
    "release_id": "51e94f44-d650-4fa1-a119-6a7e2c37484a",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}