Information about plays

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

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

{
    "id": 2679694,
    "uri": "https://api.kexp.org/v2/plays/2679694/?format=api",
    "airdate": "2019-12-29T19:44:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Moor",
    "track_id": "e076134a-bbcd-37d4-b770-77fb81df07e3",
    "recording_id": null,
    "artist": "Shafiq Husayn",
    "artist_ids": [],
    "album": "Shafiq En' A-Freek-A",
    "release_id": "4ab639c6-7e35-4c89-be9d-6ce465c0bc38",
    "release_group_id": null,
    "labels": [
        "Plug Research"
    ],
    "label_ids": [
        "8e09ff89-27f9-4cb2-9454-fd287feba47e"
    ],
    "release_date": "2009-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}