Information about plays

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

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

{
    "id": 1308843,
    "uri": "https://api.kexp.org/v2/plays/1308843/?format=api",
    "airdate": "2007-12-01T00:24:16-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KFd-6kTpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KFd-6kTpL._SL75_.jpg",
    "song": "Tears Are Not Enough",
    "track_id": "7d9fb576-f191-4931-81c6-716c885988a4",
    "recording_id": null,
    "artist": "ABC",
    "artist_ids": [
        "87199477-b0df-4ead-84ee-9b54b4abfc3d"
    ],
    "album": "The Lexicon of Love",
    "release_id": "65ec332d-4ae4-4870-b61d-392808954a70",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1998-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}