Information about plays

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

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

{
    "id": 1414792,
    "uri": "https://api.kexp.org/v2/plays/1414792/?format=api",
    "airdate": "2008-08-27T03:53:00-07:00",
    "show": 24678,
    "show_uri": "https://api.kexp.org/v2/shows/24678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31N9YMJX4PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31N9YMJX4PL._SL75_.jpg",
    "song": "Godstar (Hyperdelic mix)",
    "track_id": "a06929e3-7bc4-45b6-a87e-44d4b5896a85",
    "recording_id": null,
    "artist": "Psychic TV",
    "artist_ids": [
        "14c5a3a3-f5ed-4978-99af-486010e3a007"
    ],
    "album": "God Star: The Singles Part Two",
    "release_id": "d7020419-ff44-49f6-bbbd-93bdfc0b5ccb",
    "release_group_id": null,
    "labels": [
        "Temple Records"
    ],
    "label_ids": [
        "710a32df-c381-4d82-88d7-30d740b01830"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}