Information about plays

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

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

{
    "id": 1274343,
    "uri": "https://api.kexp.org/v2/plays/1274343/?format=api",
    "airdate": "2007-09-02T11:29:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HXpyxYaCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HXpyxYaCL._SL75_.jpg",
    "song": "Hard Times",
    "track_id": "491da92c-0753-4b89-b531-7204f0543c6c",
    "recording_id": null,
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story",
    "release_id": "80da1002-0887-4a70-9864-6256e048d7ad",
    "release_group_id": null,
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}