Information about plays

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

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

{
    "id": 1195481,
    "uri": "https://api.kexp.org/v2/plays/1195481/?format=api",
    "airdate": "2007-02-11T00:07:02-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517UQffdSgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517UQffdSgL._SL75_.jpg",
    "song": "No Label (Esma remix)",
    "track_id": "760367cf-ffac-45c3-a66e-c72197a8157c",
    "recording_id": null,
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "Lovework",
    "release_id": "28d3ae5e-8351-45f3-ac93-168e95a2443f",
    "release_group_id": null,
    "labels": [
        "Massline Media"
    ],
    "label_ids": [
        "6c447fb2-1592-4143-a28b-299f5f715fb6"
    ],
    "release_date": "2007-02-27",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}