Information about plays

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

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

{
    "id": 379442,
    "uri": "https://api.kexp.org/v2/plays/379442/?format=api",
    "airdate": "2019-09-11T06:16:13-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/58462c1e-8a0f-4534-a83e-565f36d224e7/7653507218-250.jpg",
    "thumbnail_uri": "",
    "song": "Pictures of You",
    "track_id": "f7a96078-608e-365e-8290-541d3ec6df93",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1989-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 1989 interview, The Cure lead singer and songwriter Robert Smith explained his desire to make an album with intense feelings: “The kind of things you feel the first time somebody kisses you violently on the mouth. It’s this kind of intensity, when you’re young, that you must never forget with age. Never…” - https://bit.ly/2kGZqLR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}