Information about plays

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

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

{
    "id": 490260,
    "uri": "https://api.kexp.org/v2/plays/490260/?format=api",
    "airdate": "2001-11-25T16:39:00-08:00",
    "show": 8397,
    "show_uri": "https://api.kexp.org/v2/shows/8397/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NFZ28BBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NFZ28BBYL._SL75_.jpg",
    "song": "Montuno sampling",
    "track_id": "f188d15f-cfa0-4861-afb2-43e2e1694a4e",
    "recording_id": null,
    "artist": "Vocal Sampling",
    "artist_ids": [
        "3cbb7e6e-341e-40f4-93c5-6d93e073d49f"
    ],
    "album": "Una forma más",
    "release_id": "427119df-4d7c-4996-b630-ff4f2397411e",
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "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"
}