Information about plays

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

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

{
    "id": 2681949,
    "uri": "https://api.kexp.org/v2/plays/2681949/?format=api",
    "airdate": "2020-01-04T06:50:00-08:00",
    "show": 46288,
    "show_uri": "https://api.kexp.org/v2/shows/46288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Not High, Get Not Low",
    "track_id": "7d39f2cf-1142-439b-bbe8-348c5d9e4330",
    "recording_id": null,
    "artist": "Feist",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "Pleasure",
    "release_id": "e9bca038-cc60-4550-90c1-94f721b51570",
    "release_group_id": null,
    "labels": [
        "Polydor Associated Labels"
    ],
    "label_ids": [
        "3ee94120-7fb6-4854-a494-fae2ea8318b2"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}