Information about plays

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

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

{
    "id": 1257936,
    "uri": "https://api.kexp.org/v2/plays/1257936/?format=api",
    "airdate": "2007-07-23T01:04:00-07:00",
    "show": 22030,
    "show_uri": "https://api.kexp.org/v2/shows/22030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4130RDQS3GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4130RDQS3GL._SL75_.jpg",
    "song": "This Little Light Of Mine",
    "track_id": "bfab77c1-a4c2-42c5-91d9-88f85edb32f2",
    "recording_id": null,
    "artist": "Ethnic Heritage Ensemble",
    "artist_ids": [
        "0549bca5-c2fe-419c-842f-942a9a88bd1f"
    ],
    "album": "Freedom Jazz Dance",
    "release_id": "094c8e57-f229-4625-a279-291c5dd45ee1",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}