Information about plays

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

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

{
    "id": 1273355,
    "uri": "https://api.kexp.org/v2/plays/1273355/?format=api",
    "airdate": "2007-08-30T21:16:22-07:00",
    "show": 22289,
    "show_uri": "https://api.kexp.org/v2/shows/22289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G5EYXF00L.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G5EYXF00L._SL75_.gif",
    "song": "Echo Beach",
    "track_id": null,
    "recording_id": null,
    "artist": "Robert Forster",
    "artist_ids": [
        "c790898c-8e86-470c-88de-3d2c7560db10"
    ],
    "album": "I Had a New York Girlfriend",
    "release_id": "57657fff-bd48-478b-8e9f-38af068ce1e4",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}