Information about plays

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

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

{
    "id": 1308691,
    "uri": "https://api.kexp.org/v2/plays/1308691/?format=api",
    "airdate": "2007-11-30T17:47:46-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xXLStEZ0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xXLStEZ0L._SL75_.jpg",
    "song": "She Will Only Bring You Happiness",
    "track_id": null,
    "recording_id": null,
    "artist": "mclusky",
    "artist_ids": [
        "26860648-1c93-4849-bc52-a8541ec88219"
    ],
    "album": "The Difference Between Me and You Is That I'm Not on Fire",
    "release_id": "136c2014-5d93-4282-85d0-4dbb6b5872eb",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2004-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}