Information about plays

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

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

{
    "id": 2681905,
    "uri": "https://api.kexp.org/v2/plays/2681905/?format=api",
    "airdate": "2020-01-04T04:21:34-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guns in the Distance",
    "track_id": "a6a19c9f-f564-40f6-84d5-e45a12300ab4",
    "recording_id": null,
    "artist": "Maverick Sabre",
    "artist_ids": [
        "b0311291-19f9-4288-96be-e8a5da0a104a"
    ],
    "album": "When I Wake Up",
    "release_id": "38de5803-6fee-4da9-8d7e-b01aaea24332",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}