Information about plays

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

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

{
    "id": 1195281,
    "uri": "https://api.kexp.org/v2/plays/1195281/?format=api",
    "airdate": "2007-02-10T14:04:52-08:00",
    "show": 20951,
    "show_uri": "https://api.kexp.org/v2/shows/20951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BeEQ3VVLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BeEQ3VVLL._SL75_.jpg",
    "song": "Wind to Dry",
    "track_id": "694a0e0e-2cf8-46c1-b6c7-0e325a49017a",
    "recording_id": null,
    "artist": "Souled American",
    "artist_ids": [
        "fd2d1add-ce4d-41bd-bfd4-4612c45876b0"
    ],
    "album": "Flubber",
    "release_id": "f9bf0d64-ed54-4107-8c8a-e3fb3ac973b7",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}