Information about plays

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

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

{
    "id": 1274207,
    "uri": "https://api.kexp.org/v2/plays/1274207/?format=api",
    "airdate": "2007-09-01T23:47:00-07:00",
    "show": 22302,
    "show_uri": "https://api.kexp.org/v2/shows/22302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31vju2jGMEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31vju2jGMEL._SL75_.jpg",
    "song": "Don't Tread on Me",
    "track_id": "ae355668-bd00-4915-b627-9d69d09c534c",
    "recording_id": null,
    "artist": "Cro-Mags",
    "artist_ids": [
        "9ffa627f-32c2-4cb1-bfad-00cf348abc70"
    ],
    "album": "The Age of Quarrel",
    "release_id": "954eacb2-5ca4-4f33-b617-11822e65fae0",
    "release_group_id": null,
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}