Information about plays

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

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

{
    "id": 2676493,
    "uri": "https://api.kexp.org/v2/plays/2676493/?format=api",
    "airdate": "2019-12-21T21:29:28-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Mother Gave Me a Gun for Christmas",
    "track_id": "e925d89b-09b1-3cf9-b646-00b45cee3848",
    "recording_id": null,
    "artist": "The Pork Dukes",
    "artist_ids": [
        "f7b29871-0040-47c7-a9bd-4c106ff54d57"
    ],
    "album": "All the Filth!",
    "release_id": "83c405b5-d148-40b0-bd0b-9829a8db4591",
    "release_group_id": null,
    "labels": [
        "Vinyl Japan"
    ],
    "label_ids": [
        "08910e04-fd90-4c54-bd4b-ed594acdbb00"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}