Information about plays

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

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

{
    "id": 1353955,
    "uri": "https://api.kexp.org/v2/plays/1353955/?format=api",
    "airdate": "2008-03-25T03:07:50-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PYJkgZBtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PYJkgZBtL._SL75_.jpg",
    "song": "Streets of Paris",
    "track_id": "af0090fc-f077-40e9-a1b4-24ebb117c0b9",
    "recording_id": null,
    "artist": "The Teenagers",
    "artist_ids": [
        "8fc89a2c-d01a-41ae-a6fc-d7e7300d8ee5"
    ],
    "album": "Reality Check",
    "release_id": "8862477c-537f-4b9f-bbe2-cd3dbe54f8b7",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}