Information about plays

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

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

{
    "id": 371729,
    "uri": "https://api.kexp.org/v2/plays/371729/?format=api",
    "airdate": "2019-08-24T11:20:31-07:00",
    "show": 6191,
    "show_uri": "https://api.kexp.org/v2/shows/6191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Gone Cold",
    "track_id": "ae3d853d-98de-44f3-9686-0e3f870682e5",
    "recording_id": null,
    "artist": "Protoje",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "Ancient Future",
    "release_id": "b91de7ce-f513-43ba-9ada-a3ebaa358cd1",
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured artist: Sevana. Experience 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"
}