Information about plays

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

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

{
    "id": 438011,
    "uri": "https://api.kexp.org/v2/plays/438011/?format=api",
    "airdate": "2001-06-24T10:24:00-07:00",
    "show": 7379,
    "show_uri": "https://api.kexp.org/v2/shows/7379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Been All Around This World",
    "track_id": "fdff30cc-2037-47de-b398-89a3271af111",
    "recording_id": null,
    "artist": "Steve James",
    "artist_ids": [
        "7c073832-2ed3-4e27-8dec-60f56df069ca"
    ],
    "album": "Boom Chang",
    "release_id": "51efeaf7-f43a-4222-a505-5f5705d5edee",
    "release_group_id": null,
    "labels": [
        "Burnside Records"
    ],
    "label_ids": [
        "96ade132-908a-4cd0-a1b1-65ade8b451a7"
    ],
    "release_date": "2000-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}