Information about plays

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

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

{
    "id": 452118,
    "uri": "https://api.kexp.org/v2/plays/452118/?format=api",
    "airdate": "2001-08-04T11:28:48-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PCKCWZZFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PCKCWZZFL._SL75_.jpg",
    "song": "See From Afar",
    "track_id": "8b8f5869-ef30-4926-95b7-b67d8dbd8c38",
    "recording_id": null,
    "artist": "Capleton",
    "artist_ids": [
        "93dda03d-c1d3-42c2-80b0-fa71bc20262b"
    ],
    "album": "Prophecy",
    "release_id": "b1e3553a-bcbb-49af-ada2-55e4168834bb",
    "release_group_id": null,
    "labels": [
        "Def Jam"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}