Information about plays

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

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

{
    "id": 438479,
    "uri": "https://api.kexp.org/v2/plays/438479/?format=api",
    "airdate": "2001-06-25T20:00:00-07:00",
    "show": 7389,
    "show_uri": "https://api.kexp.org/v2/shows/7389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RqUzCV-dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RqUzCV-dL._SL75_.jpg",
    "song": "Kar Kar",
    "track_id": "ed11ddf3-4acb-4f50-89e8-725529ea61f5",
    "recording_id": null,
    "artist": "Boubacar Traoré",
    "artist_ids": [
        "5cc16125-511c-4669-9e56-651fec2690c3"
    ],
    "album": "Kar Kar",
    "release_id": "a33b129e-7334-4c4f-8b89-ca53e78212e5",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [
        "274b52f1-90c3-446d-89ca-da28f76fb47d"
    ],
    "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"
}