Information about plays

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

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

{
    "id": 1233061,
    "uri": "https://api.kexp.org/v2/plays/1233061/?format=api",
    "airdate": "2007-05-19T10:53:00-07:00",
    "show": 21599,
    "show_uri": "https://api.kexp.org/v2/shows/21599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B9Q822ltL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B9Q822ltL._SL75_.jpg",
    "song": "Love Love Love",
    "track_id": "3b82796b-c699-4b1f-8e0e-314cd68b3940",
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "The Congos & Friends: Fisherman Style (disc 1)",
    "release_id": "ddfe2e82-5578-4c7a-94eb-a756f387ad72",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2006-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}