Information about plays

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

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

{
    "id": 2681894,
    "uri": "https://api.kexp.org/v2/plays/2681894/?format=api",
    "airdate": "2020-01-04T03:42:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Islamophobic Lullabies",
    "track_id": "5b456bd7-843d-40d3-a3ea-7121cc10affa",
    "recording_id": null,
    "artist": "Lowkey",
    "artist_ids": [],
    "album": "Soundtrack to the Struggle 2",
    "release_id": "febb89cf-f1f1-42de-a7fd-6cc1e5544393",
    "release_group_id": null,
    "labels": [
        "Mesopotamia Music"
    ],
    "label_ids": [
        "0531fa53-ecd7-4130-b853-c29eac5f0360"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}