Information about plays

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

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

{
    "id": 1319968,
    "uri": "https://api.kexp.org/v2/plays/1319968/?format=api",
    "airdate": "2007-12-29T12:58:32-08:00",
    "show": 23078,
    "show_uri": "https://api.kexp.org/v2/shows/23078/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DvPshRvBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DvPshRvBL._SL75_.jpg",
    "song": "Bucknaked",
    "track_id": "f0d3b1e9-0e67-4d57-a26b-828d044e642a",
    "recording_id": null,
    "artist": "Scruffy the Cat",
    "artist_ids": [
        "653109d8-d8c7-46cd-bcf9-d1b0900ce33a"
    ],
    "album": "Moons of Jupiter",
    "release_id": "6e456dee-f8fa-4527-80e6-680fb2d7fd1f",
    "release_group_id": null,
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "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"
}