Information about plays

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

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

{
    "id": 347978,
    "uri": "https://api.kexp.org/v2/plays/347978/?format=api",
    "airdate": "2019-06-29T21:49:00-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fier de ne rien faire",
    "track_id": "7f437c56-b779-3891-ae34-50f7a78af65f",
    "recording_id": null,
    "artist": "Les Olivensteins",
    "artist_ids": [
        "4d4796ec-04b0-4c28-9e17-059ec2bced94"
    ],
    "album": "Les Olivensteins",
    "release_id": "11025b3c-d0fa-4d94-be8e-96ccb76fe4bf",
    "release_group_id": null,
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "2011-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}