Information about plays

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

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

{
    "id": 500015,
    "uri": "https://api.kexp.org/v2/plays/500015/?format=api",
    "airdate": "2001-12-24T20:06:40-08:00",
    "show": 8586,
    "show_uri": "https://api.kexp.org/v2/shows/8586/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mbilo",
    "track_id": "db637abe-4141-47ca-9c8f-64b07d8de3f3",
    "recording_id": null,
    "artist": "Tananas",
    "artist_ids": [
        "c69906c3-816c-4c22-a056-b6445ba53314"
    ],
    "album": "Orchestra Mundo",
    "release_id": "d85581f3-501c-41bb-9ae9-3efb643dfcf6",
    "release_group_id": null,
    "labels": [
        "Gallo-(S.Africa)"
    ],
    "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"
}