Information about plays

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

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

{
    "id": 487528,
    "uri": "https://api.kexp.org/v2/plays/487528/?format=api",
    "airdate": "2001-11-17T05:47:08-08:00",
    "show": 8339,
    "show_uri": "https://api.kexp.org/v2/shows/8339/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CR3B4Y98L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CR3B4Y98L._SL75_.jpg",
    "song": "The Four Horsemen",
    "track_id": null,
    "recording_id": null,
    "artist": "Metallica ",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Kill 'em All",
    "release_id": "a89e1d92-5381-4dab-ba51-733137d0e431",
    "release_group_id": null,
    "labels": [
        "Megaforce Records"
    ],
    "label_ids": [
        "3026ea4c-bc77-4116-b50f-b4d42a8f5227"
    ],
    "release_date": "1983-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}