Information about plays

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

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

{
    "id": 414567,
    "uri": "https://api.kexp.org/v2/plays/414567/?format=api",
    "airdate": "2001-04-09T11:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qSwZrgh9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qSwZrgh9L._SL75_.jpg",
    "song": "Essence",
    "track_id": "75feff70-9b93-4bfd-b109-a63b3e679255",
    "recording_id": null,
    "artist": "Lucinda Williams ",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Essence",
    "release_id": "67f3cb30-2b8c-4c00-a747-e388e0e75620",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2001-06-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}