Information about plays

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

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

{
    "id": 353973,
    "uri": "https://api.kexp.org/v2/plays/353973/?format=api",
    "airdate": "2019-07-13T19:22:00-07:00",
    "show": 5899,
    "show_uri": "https://api.kexp.org/v2/shows/5899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Chocolate Boy",
    "track_id": "4168d07c-8eed-3953-aa4d-129446c5c28a",
    "recording_id": null,
    "artist": "Beat Happening",
    "artist_ids": [
        "449e44cb-bcae-4c48-a1af-5d8df0f81456"
    ],
    "album": "Dreamy",
    "release_id": "1dda1fa1-59c4-4734-93cf-cedcd2dbcf56",
    "release_group_id": null,
    "labels": [
        "K"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}