Information about plays

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

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

{
    "id": 430962,
    "uri": "https://api.kexp.org/v2/plays/430962/?format=api",
    "airdate": "2001-06-03T16:45:00-07:00",
    "show": 7247,
    "show_uri": "https://api.kexp.org/v2/shows/7247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JZ0RQZXPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JZ0RQZXPL._SL75_.jpg",
    "song": "Blast Off Baby",
    "track_id": "593d6e7a-405b-4ae9-9183-83d858582bc7",
    "recording_id": null,
    "artist": "The Geraldine Fibbers",
    "artist_ids": [
        "69090b57-8bb6-49bf-b546-ab82748c762f"
    ],
    "album": "Lost Somewhere Between the Earth and My Home",
    "release_id": "c1c2696f-6286-4fe7-ba1b-7efe1b97e7f9",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}