Information about plays

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

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

{
    "id": 368504,
    "uri": "https://api.kexp.org/v2/plays/368504/?format=api",
    "airdate": "2019-08-17T01:12:39-07:00",
    "show": 6140,
    "show_uri": "https://api.kexp.org/v2/shows/6140/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brother's Gonna Work It Out",
    "track_id": "5f203667-90af-399a-b56c-1852bd9f45e4",
    "recording_id": null,
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "The Mack",
    "release_id": "73745337-5e48-3d20-863e-cc7e6fc65e04",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1973-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}