Information about plays

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

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

{
    "id": 1229265,
    "uri": "https://api.kexp.org/v2/plays/1229265/?format=api",
    "airdate": "2007-05-09T19:37:05-07:00",
    "show": 21537,
    "show_uri": "https://api.kexp.org/v2/shows/21537/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BSX9JYXVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BSX9JYXVL._SL75_.jpg",
    "song": "I'm Gonna Take What He's Got",
    "track_id": null,
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Tell Mama",
    "release_id": "1ac8c46e-e483-46ba-ac82-08f6e25ba9bd",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}