Information about plays

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

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

{
    "id": 457350,
    "uri": "https://api.kexp.org/v2/plays/457350/?format=api",
    "airdate": "2001-08-19T16:03:31-07:00",
    "show": 7750,
    "show_uri": "https://api.kexp.org/v2/shows/7750/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T8XGXXFML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T8XGXXFML._SL75_.jpg",
    "song": "Topless Dancers of Corfu",
    "track_id": "58396d60-3b4f-421f-9af2-e3ff7a27822c",
    "recording_id": null,
    "artist": "Dick Hyman",
    "artist_ids": [
        "dab1ad75-3ea3-4071-91c4-7a66475599d4"
    ],
    "album": "Moog: The Electric Eclectics of Dick Hyman",
    "release_id": "2b09b440-a668-4e25-8d4c-ffaefe201c33",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}