Information about plays

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

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

{
    "id": 434280,
    "uri": "https://api.kexp.org/v2/plays/434280/?format=api",
    "airdate": "2001-06-13T14:28:14-07:00",
    "show": 7309,
    "show_uri": "https://api.kexp.org/v2/shows/7309/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416sYV3OXcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416sYV3OXcL._SL75_.jpg",
    "song": "Not Be Alright",
    "track_id": "9c293d14-5d8e-4ccb-8ac9-0976e5e5cdc6",
    "recording_id": null,
    "artist": "Mary Margaret O'Hara",
    "artist_ids": [
        "b90f00d0-1125-4b29-9466-45b57dc7b425"
    ],
    "album": "Miss America",
    "release_id": "060296d1-e52b-4b83-823a-7b4b8869daa7",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1988-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}