Information about plays

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

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

{
    "id": 2679079,
    "uri": "https://api.kexp.org/v2/plays/2679079/?format=api",
    "airdate": "2019-12-28T06:47:00-08:00",
    "show": 46238,
    "show_uri": "https://api.kexp.org/v2/shows/46238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You",
    "track_id": null,
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [],
    "album": "They Want My Soul",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}