Information about plays

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

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

{
    "id": 433656,
    "uri": "https://api.kexp.org/v2/plays/433656/?format=api",
    "airdate": "2001-06-11T18:27:16-07:00",
    "show": 7298,
    "show_uri": "https://api.kexp.org/v2/shows/7298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kazet",
    "track_id": "0b8a7a70-5b7f-491b-9cd7-b71ebe58b82a",
    "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": [
        "Celluloid-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"
}