Information about plays

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

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

{
    "id": 1272603,
    "uri": "https://api.kexp.org/v2/plays/1272603/?format=api",
    "airdate": "2007-08-29T01:23:22-07:00",
    "show": 22278,
    "show_uri": "https://api.kexp.org/v2/shows/22278/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z7O-mGA0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z7O-mGA0L._SL75_.jpg",
    "song": "Alala",
    "track_id": null,
    "recording_id": null,
    "artist": "CSS",
    "artist_ids": [
        "23b58ea2-1cc3-468a-9e76-5027e196e851"
    ],
    "album": "Cansei De Ser Sexy",
    "release_id": "f53787bf-4c84-431e-9a87-0f56e24c16c6",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}