Information about plays

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

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

{
    "id": 533638,
    "uri": "https://api.kexp.org/v2/plays/533638/?format=api",
    "airdate": "2002-04-01T20:52:00-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JPRH4AE5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JPRH4AE5L._SL75_.jpg",
    "song": "Ngamthola",
    "track_id": "5e3ec6bb-ba1b-4aaf-baad-8004723d90c6",
    "recording_id": null,
    "artist": "Ladysmith Black Mambazo",
    "artist_ids": [
        "c1982570-8efb-4cf7-bb5b-c9c026c0e8f4"
    ],
    "album": "Live at the Royal Albert Hall",
    "release_id": "81b264e4-eeea-4abb-ad03-af831521e3bf",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}