Information about plays

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

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

{
    "id": 1382634,
    "uri": "https://api.kexp.org/v2/plays/1382634/?format=api",
    "airdate": "2008-06-07T00:43:51-07:00",
    "show": 24137,
    "show_uri": "https://api.kexp.org/v2/shows/24137/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jkCIkaRBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jkCIkaRBL._SL75_.jpg",
    "song": "Dear Broken Friend",
    "track_id": "c23e8606-6cdb-4bc9-a747-a4a12201a5f9",
    "recording_id": null,
    "artist": "{{{Sunset}}}",
    "artist_ids": [
        "19d1555f-a26f-48a6-b4c7-6318aceed8db"
    ],
    "album": "Bright Blue Dream",
    "release_id": "0502d22c-7516-46fa-b467-9c7d2b6be584",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}