Information about plays

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

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

{
    "id": 348804,
    "uri": "https://api.kexp.org/v2/plays/348804/?format=api",
    "airdate": "2019-07-01T22:52:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Extra Smooth",
    "track_id": "b924eeca-47fb-41d7-9b3b-dd4df773c16b",
    "recording_id": null,
    "artist": "Aaliyah",
    "artist_ids": [],
    "album": "Aaliyah",
    "release_id": "094f4f70-f459-43be-88d8-62bffa42ec06",
    "release_group_id": null,
    "labels": [
        "Blackground Records"
    ],
    "label_ids": [
        "a7026456-7f7f-49c8-83a5-a5fde9eac30b"
    ],
    "release_date": "2001-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}