Information about plays

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

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

{
    "id": 1196909,
    "uri": "https://api.kexp.org/v2/plays/1196909/?format=api",
    "airdate": "2007-02-14T19:42:00-08:00",
    "show": 20980,
    "show_uri": "https://api.kexp.org/v2/shows/20980/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uvGEnhJKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uvGEnhJKL._SL75_.jpg",
    "song": "Over You",
    "track_id": "4977b2c3-2002-4254-8e95-747f818d0e73",
    "recording_id": null,
    "artist": "Aaron Neville",
    "artist_ids": [
        "2f53411b-ec29-4979-aa46-62786a2bb377"
    ],
    "album": "The Very Best of Aaron Neville",
    "release_id": "f1978aae-d98c-4162-bc08-b0a6f772bc02",
    "release_group_id": null,
    "labels": [
        "Snapper Music"
    ],
    "label_ids": [
        "0c68651e-a436-4e57-b7dc-d2750f15d91b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}