Information about plays

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

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

{
    "id": 1285184,
    "uri": "https://api.kexp.org/v2/plays/1285184/?format=api",
    "airdate": "2007-09-29T23:22:00-07:00",
    "show": 22486,
    "show_uri": "https://api.kexp.org/v2/shows/22486/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61izezfyGWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61izezfyGWL._SL75_.jpg",
    "song": "My Old Man's a Fatso",
    "track_id": "ddb8b243-8c16-48ac-bb0c-5e40dc227ac4",
    "recording_id": null,
    "artist": "Angry Samoans",
    "artist_ids": [
        "9975369b-6fc1-455e-91d4-d3c8b1772e57"
    ],
    "album": "Back From Samoa",
    "release_id": "d0e126c3-bfac-4f7d-895e-dc72d8db7ca0",
    "release_group_id": null,
    "labels": [
        "Bad Trip Records"
    ],
    "label_ids": [
        "ed50ba92-24a4-43fc-a91f-1174fe354401"
    ],
    "release_date": "1982-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}