Information about plays

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

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

{
    "id": 1412442,
    "uri": "https://api.kexp.org/v2/plays/1412442/?format=api",
    "airdate": "2008-08-21T05:16:16-07:00",
    "show": 24638,
    "show_uri": "https://api.kexp.org/v2/shows/24638/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wSg5mttBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wSg5mttBL._SL75_.jpg",
    "song": "Go All the Way",
    "track_id": "c510f2e8-8cda-4daf-9db5-d79c7511521d",
    "recording_id": null,
    "artist": "The Raspberries",
    "artist_ids": [
        "01b405ae-8ca2-4dbe-8a30-0587b597f598"
    ],
    "album": "Raspberries",
    "release_id": "a54f9467-d8b0-4b33-b9f2-ef26a1f86d2b",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}