Information about plays

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

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

{
    "id": 377158,
    "uri": "https://api.kexp.org/v2/plays/377158/?format=api",
    "airdate": "2019-09-05T18:54:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leavin' On Your Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "The Patsy Cline Collection",
    "release_id": "b270ef63-f5eb-4fcb-8e90-c5054c9947a0",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "recorded on this date in 1962, as was Patsy's version of \"Why Can't He Be You\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}