Information about plays

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

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

{
    "id": 351314,
    "uri": "https://api.kexp.org/v2/plays/351314/?format=api",
    "airdate": "2019-07-07T12:53:28-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/d82339d8-e22b-4c87-a523-ebb426cb420d/9637241250-250.jpg",
    "thumbnail_uri": "",
    "song": "Today Is a Good Day",
    "track_id": "8026ac3c-c5bd-3ef9-983a-89269f361817",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "My Brother the Cow",
    "release_id": "d82339d8-e22b-4c87-a523-ebb426cb420d",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}