Information about plays

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

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

{
    "id": 1257879,
    "uri": "https://api.kexp.org/v2/plays/1257879/?format=api",
    "airdate": "2007-07-22T22:09:00-07:00",
    "show": 22029,
    "show_uri": "https://api.kexp.org/v2/shows/22029/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qp%2B2VsCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qp%2B2VsCQL._SL75_.jpg",
    "song": "Brain Freeze",
    "track_id": "18b0399a-98d6-41d8-b1c7-2b1abf5ec512",
    "recording_id": null,
    "artist": "Tres Demented",
    "artist_ids": [
        "dc5c5afb-8138-4704-9f07-f0aa8bbb3a7d"
    ],
    "album": "Fabric 32: Luke Slater",
    "release_id": "6513ab96-7e2c-4b56-8c93-cc4b42fe1aa4",
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}