Information about plays

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

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

{
    "id": 2683298,
    "uri": "https://api.kexp.org/v2/plays/2683298/?format=api",
    "airdate": "2020-01-07T13:23:46.998000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War For You",
    "track_id": "44b46b1b-ab0f-4a6d-95e1-a1f6e7ed9f1b",
    "recording_id": null,
    "artist": "Caitlin Sherman",
    "artist_ids": [
        "db87a660-bb46-4a2e-811a-677556311407"
    ],
    "album": "War For You",
    "release_id": "641a09f9-c2e5-4ed7-ad15-1bd382e303ef",
    "release_group_id": "896b077c-8c8f-403e-b2b5-d60a8ab1bc29",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Keep up with Seattle-based singer/songwriter Caitlin Sherman on her Facebook page: https://www.facebook.com/caitlinshermanmusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}