Information about plays

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

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

{
    "id": 1265270,
    "uri": "https://api.kexp.org/v2/plays/1265270/?format=api",
    "airdate": "2007-08-10T10:54:58-07:00",
    "show": 22153,
    "show_uri": "https://api.kexp.org/v2/shows/22153/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NDEETT8AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NDEETT8AL._SL75_.jpg",
    "song": "Stop Breathin’",
    "track_id": "0cd75adb-4d50-4a6c-bfbc-ece06ab6a9e2",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain",
    "release_id": "cb27d6a6-4786-4039-97a1-46fef99b7402",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}