Information about plays

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

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

{
    "id": 380773,
    "uri": "https://api.kexp.org/v2/plays/380773/?format=api",
    "airdate": "2019-09-14T11:36:57-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things a Come Up to Bump",
    "track_id": "ee6e5edd-a5b2-41ba-a07b-2f8f79971a1f",
    "recording_id": null,
    "artist": "The Bassies",
    "artist_ids": [],
    "album": "When Rhythm Was King",
    "release_id": "df4725fe-8f72-442d-81c4-2eb22f1217b3",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}