Information about plays

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

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

{
    "id": 1394098,
    "uri": "https://api.kexp.org/v2/plays/1394098/?format=api",
    "airdate": "2008-07-05T22:19:00-07:00",
    "show": 24328,
    "show_uri": "https://api.kexp.org/v2/shows/24328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-MT7JubbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-MT7JubbL._SL75_.jpg",
    "song": "Tie Your Noose",
    "track_id": "1ce6c25e-ff81-4dcd-aa34-2d355771c31d",
    "recording_id": null,
    "artist": "BBQ",
    "artist_ids": [
        "bbe3c7dd-ffab-4aef-bb96-ecc0a9f32e7f"
    ],
    "album": "Tie Your Noose",
    "release_id": "60302bc8-cd1a-4f6b-bb9c-d3e78715f40f",
    "release_group_id": null,
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "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"
}