Information about plays

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

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

{
    "id": 1273455,
    "uri": "https://api.kexp.org/v2/plays/1273455/?format=api",
    "airdate": "2007-08-31T02:09:41-07:00",
    "show": 22290,
    "show_uri": "https://api.kexp.org/v2/shows/22290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Y9PJB1QXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Y9PJB1QXL._SL75_.jpg",
    "song": "Forest Fire",
    "track_id": "be6a4e4b-1f6b-418c-9db6-1bc88420d413",
    "recording_id": null,
    "artist": "Mark Pickerel",
    "artist_ids": [
        "90fd60fc-b149-4d97-a4fc-54b8b767ad42"
    ],
    "album": "Snake in the Radio",
    "release_id": "66806c42-4818-44f6-a9f6-0c253ae751d1",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}