Information about plays

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

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

{
    "id": 505070,
    "uri": "https://api.kexp.org/v2/plays/505070/?format=api",
    "airdate": "2002-01-08T20:11:00-08:00",
    "show": 8686,
    "show_uri": "https://api.kexp.org/v2/shows/8686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OyEx4hSbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OyEx4hSbL._SL75_.jpg",
    "song": "Ave Maria di Montserrat",
    "track_id": "368d6e0e-a06c-44d0-9779-aa607f4c3c6c",
    "recording_id": null,
    "artist": "Alessandra Belloni",
    "artist_ids": [
        "357b98cb-8b0f-4f13-bfd2-0e07bdba05e9"
    ],
    "album": "Tarantata - Dance of the Ancient Spider",
    "release_id": "fbed667f-7b4a-4ab1-b887-b1f1c5adea77",
    "release_group_id": null,
    "labels": [
        "Sounds True"
    ],
    "label_ids": [
        "261cec71-db06-4c77-b0ff-1e96ccd2e1b2"
    ],
    "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"
}