Information about plays

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

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

{
    "id": 380749,
    "uri": "https://api.kexp.org/v2/plays/380749/?format=api",
    "airdate": "2019-09-14T10:42:07-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DJ for the Night",
    "track_id": "177510a3-1ded-4f4e-9587-908e324be118",
    "recording_id": null,
    "artist": "Biga Ranx",
    "artist_ids": [],
    "album": "Nightbird",
    "release_id": "76b40551-2605-4cf9-95e1-5988d6b88d6c",
    "release_group_id": null,
    "labels": [
        "X-Ray Production"
    ],
    "label_ids": [
        "e894796f-a308-47c5-8a71-17a473f9970e"
    ],
    "release_date": "2015-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}