Information about plays

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

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

{
    "id": 482365,
    "uri": "https://api.kexp.org/v2/plays/482365/?format=api",
    "airdate": "2001-11-01T04:12:00-08:00",
    "show": 8235,
    "show_uri": "https://api.kexp.org/v2/shows/8235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZV7G7TRQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZV7G7TRQL._SL75_.jpg",
    "song": "Ghosts of Unborn Children",
    "track_id": "844bc7ce-f2f8-46b0-a9ee-dbd64fd5852c",
    "recording_id": null,
    "artist": "The Legendary Pink Dots",
    "artist_ids": [
        "38f0dd4f-bcbb-4e7a-afae-a41a2bbf9d74"
    ],
    "album": "Shadow Weaver",
    "release_id": "b5f3977f-754c-4317-a6a5-0b91c489d9ba",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "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"
}