Information about plays

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

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

{
    "id": 530884,
    "uri": "https://api.kexp.org/v2/plays/530884/?format=api",
    "airdate": "2002-03-25T05:04:41-08:00",
    "show": 9192,
    "show_uri": "https://api.kexp.org/v2/shows/9192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PBND085PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PBND085PL._SL75_.jpg",
    "song": "In Sarah, Mencken, Christ, and Beethoven There Were Women and Men",
    "track_id": "987a23d3-df73-499d-9a78-8194575c3922",
    "recording_id": null,
    "artist": "Tortoise",
    "artist_ids": [
        "e0953daa-860f-4dc8-9f1a-b12587cdaf17"
    ],
    "album": "TNT",
    "release_id": "0353395b-f61f-4b90-87e2-7aa5ec4246cd",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1998-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}