Information about plays

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

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

{
    "id": 2681452,
    "uri": "https://api.kexp.org/v2/plays/2681452/?format=api",
    "airdate": "2020-01-03T01:41:45-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd09e440-879d-447b-9dfa-8547b369548e/17310832806-250.jpg",
    "thumbnail_uri": "",
    "song": "See You Again",
    "track_id": "79f22cf5-9211-4b63-aea4-17a568e0ebe2",
    "recording_id": null,
    "artist": "Tyler, the Creator feat. Kali Uchis",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Flower Boy",
    "release_id": "dd09e440-879d-447b-9dfa-8547b369548e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2020 vision!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}