Information about plays

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

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

{
    "id": 344679,
    "uri": "https://api.kexp.org/v2/plays/344679/?format=api",
    "airdate": "2019-06-22T10:38:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like This",
    "track_id": null,
    "recording_id": null,
    "artist": "Protoje",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "A Matter of Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In Digg Nation Collective"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "So I'ma do my thing like this and watch Protoje performing live in the KEXP studio. Recorded March 7, 2016 https://www.youtube.com/watch?v=hj9nyxzb0Yo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}