Information about plays

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

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

{
    "id": 1318837,
    "uri": "https://api.kexp.org/v2/plays/1318837/?format=api",
    "airdate": "2007-12-26T14:06:15-08:00",
    "show": 23061,
    "show_uri": "https://api.kexp.org/v2/shows/23061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61WlXHGb6hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61WlXHGb6hL._SL75_.jpg",
    "song": "Sac of Religion",
    "track_id": null,
    "recording_id": null,
    "artist": "16 Horsepower",
    "artist_ids": [
        "9a22fc7b-ad7f-4c70-9e0f-4d40cd7562cd"
    ],
    "album": "Low Estate",
    "release_id": "a0826ada-0d50-4823-877b-7d7a59c4be76",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}