Information about plays

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

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

{
    "id": 2676568,
    "uri": "https://api.kexp.org/v2/plays/2676568/?format=api",
    "airdate": "2019-12-22T01:35:11-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ageless Fire",
    "track_id": "752ec073-7ec8-41e3-8f99-1799518b4d83",
    "recording_id": null,
    "artist": "Vanum",
    "artist_ids": [
        "c883f4cc-e366-465a-ac5b-291fff2cad88"
    ],
    "album": "Ageless Fire",
    "release_id": "aed4009a-36bb-4e10-b003-a7e3980470d5",
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of Predatory Light, Ash Borer, and Yellow Eyes. Mac and Tanner's favorite of 2019; https://vanum.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}