Information about plays

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

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

{
    "id": 1263300,
    "uri": "https://api.kexp.org/v2/plays/1263300/?format=api",
    "airdate": "2007-08-05T16:06:00-07:00",
    "show": 22122,
    "show_uri": "https://api.kexp.org/v2/shows/22122/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414SVXGX4tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414SVXGX4tL._SL75_.jpg",
    "song": "Sunlight Bathed the Golden Glow",
    "track_id": "356404a6-90a8-4ce5-a3e3-9cd31c80a3af",
    "recording_id": null,
    "artist": "Felt",
    "artist_ids": [
        "6999f790-25f4-44a3-b745-1e3e01fde0f5"
    ],
    "album": "The Strange Idols Pattern and Other Short Stories",
    "release_id": "20ecdb7e-c046-4ce7-8182-9eeb534b772c",
    "release_group_id": null,
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1984-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}