Information about plays

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

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

{
    "id": 1196578,
    "uri": "https://api.kexp.org/v2/plays/1196578/?format=api",
    "airdate": "2007-02-14T00:00:18-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VQYMEHG0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VQYMEHG0L._SL75_.jpg",
    "song": "This Is a Song",
    "track_id": null,
    "recording_id": null,
    "artist": "The Magic Numbers",
    "artist_ids": [
        "3b3531c4-cd2d-4df0-897c-a2e29b8341fc"
    ],
    "album": "Those the Brokes",
    "release_id": "e9c625d7-519f-4061-a97e-08f72fc736e1",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}