Information about plays

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

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

{
    "id": 1352978,
    "uri": "https://api.kexp.org/v2/plays/1352978/?format=api",
    "airdate": "2008-03-22T15:53:18-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-bb9kt6-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-bb9kt6-L._SL75_.jpg",
    "song": "I've Got a Match",
    "track_id": "3ec77d29-bf39-48b9-b56c-7d08143cfe1b",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Lincoln",
    "release_id": "3ff2bdd4-cdac-425c-a5db-e38e9ccd3bca",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "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"
}