Information about plays

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

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

{
    "id": 379444,
    "uri": "https://api.kexp.org/v2/plays/379444/?format=api",
    "airdate": "2019-09-11T06:24:49-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New York Morning",
    "track_id": "952a6433-2679-4944-96fe-5a4d2f630f8a",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "The Take Off and Landing of Everything",
    "release_id": "29456596-9161-443d-8702-f8bd555b8ca8",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2014-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Elbow's Guy Garvey, the city of New York (and its cab drivers) revitalized both him and his songwriting after a split from his partner. - https://bit.ly/2md0vf7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}