Information about plays

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

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

{
    "id": 348919,
    "uri": "https://api.kexp.org/v2/plays/348919/?format=api",
    "airdate": "2019-07-02T05:32:50-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/ee09e0b9-0c56-477b-8984-ea16636a916f/9992583673-250.jpg",
    "thumbnail_uri": "",
    "song": "Cosmic Dancer",
    "track_id": "6f2ebc24-6481-3abe-980c-daf0ad8520e9",
    "recording_id": null,
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Electric Warrior",
    "release_id": "ee09e0b9-0c56-477b-8984-ea16636a916f",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}