Information about plays

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

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

{
    "id": 379362,
    "uri": "https://api.kexp.org/v2/plays/379362/?format=api",
    "airdate": "2019-09-11T01:32:11-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/71846819-c257-4dd3-8cc3-9d8877ad5039/17581572749-250.jpg",
    "thumbnail_uri": "",
    "song": "Repeat Pleasure",
    "track_id": "f5a9960d-5d72-4256-a4d7-98bdf4aab6d2",
    "recording_id": null,
    "artist": "How to Dress Well",
    "artist_ids": [
        "50a5520c-454a-4d5d-ab74-d442b58e7304"
    ],
    "album": "\"What Is This Heart?\"",
    "release_id": "71846819-c257-4dd3-8cc3-9d8877ad5039",
    "release_group_id": null,
    "labels": [
        "Weird World"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500"
    ],
    "release_date": "2014-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP in 2014: https://www.youtube.com/watch?v=pjOpRDFqK0s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}