Information about plays

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

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

{
    "id": 350555,
    "uri": "https://api.kexp.org/v2/plays/350555/?format=api",
    "airdate": "2019-07-05T18:49:09-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard to Kill",
    "track_id": "7acbeaa5-0a41-4f0d-86d8-6f3685789c66",
    "recording_id": null,
    "artist": "Bleached",
    "artist_ids": [
        "7081867c-8870-4f44-ae04-f345f6edcd64"
    ],
    "album": "Don’t You Think You’ve Had Enough?",
    "release_id": "9d9dc917-b490-4e37-8c79-1c3bf68bfd58",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just in from Bleached! https://hellobleached.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}