Information about plays

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

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

{
    "id": 1213698,
    "uri": "https://api.kexp.org/v2/plays/1213698/?format=api",
    "airdate": "2007-03-31T09:27:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DJAEJTZEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DJAEJTZEL._SL75_.jpg",
    "song": "My Princess Gone",
    "track_id": "68ef0130-d527-4486-83dd-e9d7350bf334",
    "recording_id": null,
    "artist": "Jah Mason",
    "artist_ids": [
        "1d3109fb-8198-4ce2-b031-a2c5ad551b55"
    ],
    "album": "Princess Gone... The Saga Bed",
    "release_id": "298dddee-9751-4494-baa8-cea6644c6be6",
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}