Information about plays

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

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

{
    "id": 2682269,
    "uri": "https://api.kexp.org/v2/plays/2682269/?format=api",
    "airdate": "2020-01-05T01:05:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drown",
    "track_id": "2e5d02b7-d0a1-4f60-ab0b-728a571f2dea",
    "recording_id": null,
    "artist": "Power Trip",
    "artist_ids": [
        "a9369e73-e7f3-421b-8f03-579c64c93b10"
    ],
    "album": "Manifest Decimation",
    "release_id": "c27282d3-7b63-4ea2-8cda-dee73b2adb0e",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [],
    "release_date": "2013-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dallas, TX; https://www.facebook.com/powertripTX/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}