Information about plays

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

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

{
    "id": 350334,
    "uri": "https://api.kexp.org/v2/plays/350334/?format=api",
    "airdate": "2019-07-05T05:30:42-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strawberry ’79",
    "track_id": "c95e3e53-3513-481a-99c6-9f90f6ca639f",
    "recording_id": null,
    "artist": "Wishbeard",
    "artist_ids": [
        "c4f76c63-aed4-4afc-9713-4d98b7ae1645"
    ],
    "album": "It's All Gonna Break",
    "release_id": "63e8bac6-4c06-4bc1-a8c6-7e8c51e08a59",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}