Information about plays

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

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

{
    "id": 1342839,
    "uri": "https://api.kexp.org/v2/plays/1342839/?format=api",
    "airdate": "2008-02-25T04:42:54-08:00",
    "show": 23462,
    "show_uri": "https://api.kexp.org/v2/shows/23462/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ct1kn7arL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ct1kn7arL._SL75_.jpg",
    "song": "Cygnus-A",
    "track_id": "8ab78f21-74c9-40a1-8bf1-1f66427e43ff",
    "recording_id": null,
    "artist": "Biosphere",
    "artist_ids": [
        "a5ee1ebe-a645-45d2-8319-d101fe62e581"
    ],
    "album": "Microgravity",
    "release_id": "4a747245-71b3-44f5-b8fc-d5b1e5a0a61a",
    "release_group_id": null,
    "labels": [
        "Beatservice Records"
    ],
    "label_ids": [
        "d5735af7-dce5-401e-9138-ccd300a37b5c"
    ],
    "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"
}