Information about plays

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

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

{
    "id": 1352241,
    "uri": "https://api.kexp.org/v2/plays/1352241/?format=api",
    "airdate": "2008-03-20T19:05:58-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZS77Z8H3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZS77Z8H3L._SL75_.jpg",
    "song": "That's Where My Baby Feels at Home",
    "track_id": null,
    "recording_id": null,
    "artist": "George Strait",
    "artist_ids": [
        "5ab2cf34-517e-48eb-b3a5-34e1cbcd600a"
    ],
    "album": "Easy Come Easy Go",
    "release_id": "4a13f485-688a-48a8-80da-ecc9ff907a72",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}