Information about plays

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

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

{
    "id": 1337677,
    "uri": "https://api.kexp.org/v2/plays/1337677/?format=api",
    "airdate": "2008-02-12T04:07:44-08:00",
    "show": 23376,
    "show_uri": "https://api.kexp.org/v2/shows/23376/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-3e7tY4CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-3e7tY4CL._SL75_.jpg",
    "song": "Lucy in the Sky With Diamonds",
    "track_id": "2b8ecc47-b229-40cb-a9d4-ca6a4f60b4a9",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Love",
    "release_id": "0966428b-fb87-4f0b-aaca-f87ec9b76a1c",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2006-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}