Information about plays

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

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

{
    "id": 513490,
    "uri": "https://api.kexp.org/v2/plays/513490/?format=api",
    "airdate": "2002-02-02T10:19:00-08:00",
    "show": 8849,
    "show_uri": "https://api.kexp.org/v2/shows/8849/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617kpyZFBsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617kpyZFBsL._SL75_.jpg",
    "song": "Uptown Top Rankin",
    "track_id": "54cb1b39-ee98-4ae1-8d29-3c7250be9fef",
    "recording_id": null,
    "artist": "Althea and Donna",
    "artist_ids": [
        "54bb4c8f-efb2-4ec5-ae24-332549187ce2"
    ],
    "album": "300% Dynamite!",
    "release_id": "8c037ef8-c923-4891-80fb-87e4e9d727cc",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1999-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}