Information about plays

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

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

{
    "id": 1344556,
    "uri": "https://api.kexp.org/v2/plays/1344556/?format=api",
    "airdate": "2008-03-01T16:22:01-08:00",
    "show": 23497,
    "show_uri": "https://api.kexp.org/v2/shows/23497/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fThCMsgFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fThCMsgFL._SL75_.jpg",
    "song": "With My Eyes Closed",
    "track_id": "1aedea38-1418-41e2-8190-d2c5ec77d4ac",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Lust Lust Lust",
    "release_id": "3176e50f-ef5e-4bf3-92b4-dac1c12ae77e",
    "release_group_id": null,
    "labels": [
        "Vice Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}