Information about plays

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

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

{
    "id": 1225261,
    "uri": "https://api.kexp.org/v2/plays/1225261/?format=api",
    "airdate": "2007-04-29T17:22:34-07:00",
    "show": 21469,
    "show_uri": "https://api.kexp.org/v2/shows/21469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B94DDFHBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B94DDFHBL._SL75_.jpg",
    "song": "Fit Song",
    "track_id": "f09f90f0-3634-4bf9-bbed-7aabda3bcc3c",
    "recording_id": null,
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Sensuous",
    "release_id": "a6677565-bb7e-4ecd-ae07-acb712356f33",
    "release_group_id": null,
    "labels": [
        "Warner Music Japan"
    ],
    "label_ids": [
        "26ea8229-7cf7-4482-8dae-15589ceb5398"
    ],
    "release_date": "2006-10-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}