Information about plays

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

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

{
    "id": 373381,
    "uri": "https://api.kexp.org/v2/plays/373381/?format=api",
    "airdate": "2019-08-28T05:43:54-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0340e83-26fe-378f-b526-e9bce43835c0/3374938495-250.jpg",
    "thumbnail_uri": "",
    "song": "Such Great Heights",
    "track_id": "6efd9d5a-ccf8-3f18-a07d-24b39bea9670",
    "recording_id": null,
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "e0340e83-26fe-378f-b526-e9bce43835c0",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-02-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Postal Service is a local superband formed by Ben Gibbard of Death Cab for Cutie and Jenny Lewis of Rilo Kiley aka #TheDreamTeam.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}